Shades of Indigo #3D02AD
Tints of Indigo #3D02AD
RGB
CMYK
RGB Variations
Color information
#3D02AD (or 0x3D02AD) is known color: Indigo. HEX triplet: 3D, 02 and AD. RGB value is (61,2,173). Sum of RGB (Red+Green+Blue) = 61+2+173=236 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.85% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 173 (67.97% from 255 or 73.31% from 236); Max value from RGB is 173 - color contains mainly: blue. Hex color #3D02AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D02AD is #C2FD52. Grayscale: #262626. Windows color (decimal): -12778835 or 11338301. OLE color: 11338301.
HSL color Cylindrical-coordinate representation of color #3D02AD: hue angle of 260.7º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3D02AD is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 61 | 2 | 173 | - |
| CMYK | 0.65 | 0.99 | 0 | 0.32 |
| HSL | 260.7º | 0.98% | 0.34% | - |
| HSV(B) | 260.7º | 0.99% | 0.68% | - |
| XYZ | 9.49 | 4.05 | 39.82 | - |
| YUV | 39.14 | 203.55 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 2 | 173 | 0.65 | 0.99 | 0 | 0.32 | 260.7 | 0.98 | 0.34 |
| Hex | 3D | 2 | AD | 41 | 63 | 0 | 20 | 105 | 62 | 22 |
| Octal | 75 | 2 | 255 | 101 | 143 | 0 | 40 | 405 | 142 | 42 |
| Binary | 111101 | 10 | 10101101 | 1000001 | 1100011 | 0 | 100000 | 100000101 | 1100010 | 100010 |
Color Harmonies of #3D02AD
Complementary color
Monochromatic Colors of #3D02AD
Black with #3D02AD
Text Example
Text Example
White with #3D02AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D02AD; }
p { color: rgb(61,2,173); }
H1.HeaderClassName
{
color: #3D02AD;
}
.AnyTagClassName
{
color: #3D02AD;
}
</style>
background-color css
<style>
a { background-color: #3D02AD; }
a { background-color: rgb(61,2,173); }
div.DivClassName
{
background-color: #3D02AD;
}
.BgClassName
{
background-color: #3D02AD;
}
</style>
border-color css
<style>
span { border-color: #3D02AD; }
span { border-color: rgb(61,2,173); }
td.TdClassName
{
border-color: #3D02AD;
}
.TagClassName
{
border-color: #3D02AD;
}
</style>