Shades of Indigo #3D08AD
Tints of Indigo #3D08AD
RGB
CMYK
RGB Variations
Color information
#3D08AD (or 0x3D08AD) is known color: Indigo. HEX triplet: 3D, 08 and AD. RGB value is (61,8,173). Sum of RGB (Red+Green+Blue) = 61+8+173=242 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.21% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 173 (67.97% from 255 or 71.49% from 242); Max value from RGB is 173 - color contains mainly: blue. Hex color #3D08AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D08AD is #C2F752. Grayscale: #2A2A2A. Windows color (decimal): -12777299 or 11339837. OLE color: 11339837.
HSL color Cylindrical-coordinate representation of color #3D08AD: hue angle of 259.27º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3D08AD is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 61 | 8 | 173 | - |
| CMYK | 0.65 | 0.95 | 0 | 0.32 |
| HSL | 259.27º | 0.91% | 0.35% | - |
| HSV(B) | 259.27º | 0.95% | 0.68% | - |
| XYZ | 9.55 | 4.18 | 39.84 | - |
| YUV | 42.66 | 201.56 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 8 | 173 | 0.65 | 0.95 | 0 | 0.32 | 259.27 | 0.91 | 0.35 |
| Hex | 3D | 8 | AD | 41 | 5F | 0 | 20 | 103 | 5B | 23 |
| Octal | 75 | 10 | 255 | 101 | 137 | 0 | 40 | 403 | 133 | 43 |
| Binary | 111101 | 1000 | 10101101 | 1000001 | 1011111 | 0 | 100000 | 100000011 | 1011011 | 100011 |
Color Harmonies of #3D08AD
Complementary color
Monochromatic Colors of #3D08AD
Black with #3D08AD
Text Example
Text Example
White with #3D08AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D08AD; }
p { color: rgb(61,8,173); }
H1.HeaderClassName
{
color: #3D08AD;
}
.AnyTagClassName
{
color: #3D08AD;
}
</style>
background-color css
<style>
a { background-color: #3D08AD; }
a { background-color: rgb(61,8,173); }
div.DivClassName
{
background-color: #3D08AD;
}
.BgClassName
{
background-color: #3D08AD;
}
</style>
border-color css
<style>
span { border-color: #3D08AD; }
span { border-color: rgb(61,8,173); }
td.TdClassName
{
border-color: #3D08AD;
}
.TagClassName
{
border-color: #3D08AD;
}
</style>