Shades of Persian Indigo #42137C
Tints of Persian Indigo #42137C
RGB
CMYK
RGB Variations
Color information
#42137C (or 0x42137C) is known color: Persian Indigo. HEX triplet: 42, 13 and 7C. RGB value is (66,19,124). Sum of RGB (Red+Green+Blue) = 66+19+124=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 124 (48.83% from 255 or 59.33% from 209); Max value from RGB is 124 - color contains mainly: blue. Hex color #42137C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42137C is #BDEC83. Grayscale: #2C2C2C. Windows color (decimal): -12446852 or 8131394. OLE color: 8131394.
HSL color Cylindrical-coordinate representation of color #42137C: hue angle of 266.86º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #42137C is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 19 | 124 | - |
| CMYK | 0.47 | 0.85 | 0 | 0.51 |
| HSL | 266.86º | 0.73% | 0.28% | - |
| HSV(B) | 266.86º | 0.85% | 0.49% | - |
| XYZ | 6.12 | 3.08 | 19.34 | - |
| YUV | 45.02 | 172.57 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 19 | 124 | 0.47 | 0.85 | 0 | 0.51 | 266.86 | 0.73 | 0.28 |
| Hex | 42 | 13 | 7C | 2F | 55 | 0 | 33 | 10B | 49 | 1C |
| Octal | 102 | 23 | 174 | 57 | 125 | 0 | 63 | 413 | 111 | 34 |
| Binary | 1000010 | 10011 | 1111100 | 101111 | 1010101 | 0 | 110011 | 100001011 | 1001001 | 11100 |
Color Harmonies of #42137C
Complementary color
Monochromatic Colors of #42137C
Black with #42137C
Text Example
Text Example
White with #42137C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42137C; }
p { color: rgb(66,19,124); }
H1.HeaderClassName
{
color: #42137C;
}
.AnyTagClassName
{
color: #42137C;
}
</style>
background-color css
<style>
a { background-color: #42137C; }
a { background-color: rgb(66,19,124); }
div.DivClassName
{
background-color: #42137C;
}
.BgClassName
{
background-color: #42137C;
}
</style>
border-color css
<style>
span { border-color: #42137C; }
span { border-color: rgb(66,19,124); }
td.TdClassName
{
border-color: #42137C;
}
.TagClassName
{
border-color: #42137C;
}
</style>