Shades of Indigo #3902A7
Tints of Indigo #3902A7
RGB
CMYK
RGB Variations
Color information
#3902A7 (or 0x3902A7) is known color: Indigo. HEX triplet: 39, 02 and A7. RGB value is (57,2,167). Sum of RGB (Red+Green+Blue) = 57+2+167=226 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.22% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 167 (65.62% from 255 or 73.89% from 226); Max value from RGB is 167 - color contains mainly: blue. Hex color #3902A7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3902A7 is #C6FD58. Grayscale: #242424. Windows color (decimal): -13040985 or 10945081. OLE color: 10945081.
HSL color Cylindrical-coordinate representation of color #3902A7: hue angle of 260º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3902A7 is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 57 | 2 | 167 | - |
| CMYK | 0.66 | 0.99 | 0 | 0.35 |
| HSL | 260º | 0.98% | 0.33% | - |
| HSV(B) | 260º | 0.99% | 0.65% | - |
| XYZ | 8.68 | 3.7 | 36.82 | - |
| YUV | 37.26 | 201.22 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 2 | 167 | 0.66 | 0.99 | 0 | 0.35 | 260 | 0.98 | 0.33 |
| Hex | 39 | 2 | A7 | 42 | 63 | 0 | 23 | 104 | 62 | 21 |
| Octal | 71 | 2 | 247 | 102 | 143 | 0 | 43 | 404 | 142 | 41 |
| Binary | 111001 | 10 | 10100111 | 1000010 | 1100011 | 0 | 100011 | 100000100 | 1100010 | 100001 |
Color Harmonies of #3902A7
Complementary color
Monochromatic Colors of #3902A7
Black with #3902A7
Text Example
Text Example
White with #3902A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3902A7; }
p { color: rgb(57,2,167); }
H1.HeaderClassName
{
color: #3902A7;
}
.AnyTagClassName
{
color: #3902A7;
}
</style>
background-color css
<style>
a { background-color: #3902A7; }
a { background-color: rgb(57,2,167); }
div.DivClassName
{
background-color: #3902A7;
}
.BgClassName
{
background-color: #3902A7;
}
</style>
border-color css
<style>
span { border-color: #3902A7; }
span { border-color: rgb(57,2,167); }
td.TdClassName
{
border-color: #3902A7;
}
.TagClassName
{
border-color: #3902A7;
}
</style>