Shades of Persian Indigo #42157C
Tints of Persian Indigo #42157C
RGB
CMYK
RGB Variations
Color information
#42157C (or 0x42157C) is known color: Persian Indigo. HEX triplet: 42, 15 and 7C. RGB value is (66,21,124). Sum of RGB (Red+Green+Blue) = 66+21+124=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 124 (48.83% from 255 or 58.77% from 211); Max value from RGB is 124 - color contains mainly: blue. Hex color #42157C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42157C is #BDEA83. Grayscale: #2D2D2D. Windows color (decimal): -12446340 or 8131906. OLE color: 8131906.
HSL color Cylindrical-coordinate representation of color #42157C: hue angle of 266.21º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #42157C is Cyan = 0.47, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 21 | 124 | - |
| CMYK | 0.47 | 0.83 | 0 | 0.51 |
| HSL | 266.21º | 0.71% | 0.28% | - |
| HSV(B) | 266.21º | 0.83% | 0.49% | - |
| XYZ | 6.15 | 3.15 | 19.35 | - |
| YUV | 46.2 | 171.91 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 21 | 124 | 0.47 | 0.83 | 0 | 0.51 | 266.21 | 0.71 | 0.28 |
| Hex | 42 | 15 | 7C | 2F | 53 | 0 | 33 | 10A | 47 | 1C |
| Octal | 102 | 25 | 174 | 57 | 123 | 0 | 63 | 412 | 107 | 34 |
| Binary | 1000010 | 10101 | 1111100 | 101111 | 1010011 | 0 | 110011 | 100001010 | 1000111 | 11100 |
Color Harmonies of #42157C
Complementary color
Monochromatic Colors of #42157C
Black with #42157C
Text Example
Text Example
White with #42157C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42157C; }
p { color: rgb(66,21,124); }
H1.HeaderClassName
{
color: #42157C;
}
.AnyTagClassName
{
color: #42157C;
}
</style>
background-color css
<style>
a { background-color: #42157C; }
a { background-color: rgb(66,21,124); }
div.DivClassName
{
background-color: #42157C;
}
.BgClassName
{
background-color: #42157C;
}
</style>
border-color css
<style>
span { border-color: #42157C; }
span { border-color: rgb(66,21,124); }
td.TdClassName
{
border-color: #42157C;
}
.TagClassName
{
border-color: #42157C;
}
</style>