Shades of Indigo #3D0367
Tints of Indigo #3D0367
RGB
CMYK
RGB Variations
Color information
#3D0367 (or 0x3D0367) is known color: Indigo. HEX triplet: 3D, 03 and 67. RGB value is (61,3,103). Sum of RGB (Red+Green+Blue) = 61+3+103=167 (22% of max value = 765). Red value is 61 (24.22% from 255 or 36.53% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 103 (40.62% from 255 or 61.68% from 167); Max value from RGB is 103 - color contains mainly: blue. Hex color #3D0367 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3D0367 is #C2FC98. Grayscale: #1F1F1F. Windows color (decimal): -12778649 or 6751037. OLE color: 6751037.
HSL color Cylindrical-coordinate representation of color #3D0367: hue angle of 274.8º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3D0367 is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 61 | 3 | 103 | - |
| CMYK | 0.41 | 0.97 | 0 | 0.60 |
| HSL | 274.8º | 0.94% | 0.21% | - |
| HSV(B) | 274.8º | 0.97% | 0.4% | - |
| XYZ | 4.41 | 2.04 | 12.99 | - |
| YUV | 31.74 | 168.22 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 3 | 103 | 0.41 | 0.97 | 0 | 0.60 | 274.8 | 0.94 | 0.21 |
| Hex | 3D | 3 | 67 | 29 | 61 | 0 | 3C | 113 | 5E | 15 |
| Octal | 75 | 3 | 147 | 51 | 141 | 0 | 74 | 423 | 136 | 25 |
| Binary | 111101 | 11 | 1100111 | 101001 | 1100001 | 0 | 111100 | 100010011 | 1011110 | 10101 |
Color Harmonies of #3D0367
Complementary color
Monochromatic Colors of #3D0367
Black with #3D0367
Text Example
Text Example
White with #3D0367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0367; }
p { color: rgb(61,3,103); }
H1.HeaderClassName
{
color: #3D0367;
}
.AnyTagClassName
{
color: #3D0367;
}
</style>
background-color css
<style>
a { background-color: #3D0367; }
a { background-color: rgb(61,3,103); }
div.DivClassName
{
background-color: #3D0367;
}
.BgClassName
{
background-color: #3D0367;
}
</style>
border-color css
<style>
span { border-color: #3D0367; }
span { border-color: rgb(61,3,103); }
td.TdClassName
{
border-color: #3D0367;
}
.TagClassName
{
border-color: #3D0367;
}
</style>