Shades of Indigo #39009B
Tints of Indigo #39009B
RGB
CMYK
RGB Variations
Color information
#39009B (or 0x39009B) is known color: Indigo. HEX triplet: 39, 00 and 9B. RGB value is (57,0,155). Sum of RGB (Red+Green+Blue) = 57+0+155=212 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.89% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 155 (60.94% from 255 or 73.11% from 212); Max value from RGB is 155 - color contains mainly: blue. Hex color #39009B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39009B is #C6FF64. Grayscale: #222222. Windows color (decimal): -13041509 or 10158137. OLE color: 10158137.
HSL color Cylindrical-coordinate representation of color #39009B: hue angle of 262.06º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #39009B is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 57 | 0 | 155 | - |
| CMYK | 0.63 | 1 | 0 | 0.39 |
| HSL | 262.06º | 1% | 0.3% | - |
| HSV(B) | 262.06º | 1% | 0.61% | - |
| XYZ | 7.6 | 3.24 | 31.23 | - |
| YUV | 34.71 | 195.88 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 0 | 155 | 0.63 | 1 | 0 | 0.39 | 262.06 | 1 | 0.3 |
| Hex | 39 | 0 | 9B | 3F | 64 | 0 | 27 | 106 | 64 | 1E |
| Octal | 71 | 0 | 233 | 77 | 144 | 0 | 47 | 406 | 144 | 36 |
| Binary | 111001 | 0 | 10011011 | 111111 | 1100100 | 0 | 100111 | 100000110 | 1100100 | 11110 |
Color Harmonies of #39009B
Complementary color
Monochromatic Colors of #39009B
Black with #39009B
Text Example
Text Example
White with #39009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39009B; }
p { color: rgb(57,0,155); }
H1.HeaderClassName
{
color: #39009B;
}
.AnyTagClassName
{
color: #39009B;
}
</style>
background-color css
<style>
a { background-color: #39009B; }
a { background-color: rgb(57,0,155); }
div.DivClassName
{
background-color: #39009B;
}
.BgClassName
{
background-color: #39009B;
}
</style>
border-color css
<style>
span { border-color: #39009B; }
span { border-color: rgb(57,0,155); }
td.TdClassName
{
border-color: #39009B;
}
.TagClassName
{
border-color: #39009B;
}
</style>