Shades of Persian Indigo #39026B
Tints of Persian Indigo #39026B
RGB
CMYK
RGB Variations
Color information
#39026B (or 0x39026B) is known color: Persian Indigo. HEX triplet: 39, 02 and 6B. RGB value is (57,2,107). Sum of RGB (Red+Green+Blue) = 57+2+107=166 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.34% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 107 (42.19% from 255 or 64.46% from 166); Max value from RGB is 107 - color contains mainly: blue. Hex color #39026B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39026B is #C6FD94. Grayscale: #1E1E1E. Windows color (decimal): -13041045 or 7012921. OLE color: 7012921.
HSL color Cylindrical-coordinate representation of color #39026B: hue angle of 271.43º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #39026B is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 57 | 2 | 107 | - |
| CMYK | 0.47 | 0.98 | 0 | 0.58 |
| HSL | 271.43º | 0.96% | 0.21% | - |
| HSV(B) | 271.43º | 0.98% | 0.42% | - |
| XYZ | 4.36 | 1.97 | 14.06 | - |
| YUV | 30.42 | 171.22 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 2 | 107 | 0.47 | 0.98 | 0 | 0.58 | 271.43 | 0.96 | 0.21 |
| Hex | 39 | 2 | 6B | 2F | 62 | 0 | 3A | 10F | 60 | 15 |
| Octal | 71 | 2 | 153 | 57 | 142 | 0 | 72 | 417 | 140 | 25 |
| Binary | 111001 | 10 | 1101011 | 101111 | 1100010 | 0 | 111010 | 100001111 | 1100000 | 10101 |
Color Harmonies of #39026B
Complementary color
Monochromatic Colors of #39026B
Black with #39026B
Text Example
Text Example
White with #39026B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39026B; }
p { color: rgb(57,2,107); }
H1.HeaderClassName
{
color: #39026B;
}
.AnyTagClassName
{
color: #39026B;
}
</style>
background-color css
<style>
a { background-color: #39026B; }
a { background-color: rgb(57,2,107); }
div.DivClassName
{
background-color: #39026B;
}
.BgClassName
{
background-color: #39026B;
}
</style>
border-color css
<style>
span { border-color: #39026B; }
span { border-color: rgb(57,2,107); }
td.TdClassName
{
border-color: #39026B;
}
.TagClassName
{
border-color: #39026B;
}
</style>