Shades of Persian Indigo #42157B
Tints of Persian Indigo #42157B
RGB
CMYK
RGB Variations
Color information
#42157B (or 0x42157B) is known color: Persian Indigo. HEX triplet: 42, 15 and 7B. RGB value is (66,21,123). Sum of RGB (Red+Green+Blue) = 66+21+123=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 123 (48.44% from 255 or 58.57% from 210); Max value from RGB is 123 - color contains mainly: blue. Hex color #42157B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42157B is #BDEA84. Grayscale: #2D2D2D. Windows color (decimal): -12446341 or 8066370. OLE color: 8066370.
HSL color Cylindrical-coordinate representation of color #42157B: hue angle of 266.47º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #42157B is Cyan = 0.46, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 66 | 21 | 123 | - |
| CMYK | 0.46 | 0.83 | 0 | 0.52 |
| HSL | 266.47º | 0.71% | 0.28% | - |
| HSV(B) | 266.47º | 0.83% | 0.48% | - |
| XYZ | 6.09 | 3.12 | 19.02 | - |
| YUV | 46.08 | 171.41 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 21 | 123 | 0.46 | 0.83 | 0 | 0.52 | 266.47 | 0.71 | 0.28 |
| Hex | 42 | 15 | 7B | 2E | 53 | 0 | 34 | 10A | 47 | 1C |
| Octal | 102 | 25 | 173 | 56 | 123 | 0 | 64 | 412 | 107 | 34 |
| Binary | 1000010 | 10101 | 1111011 | 101110 | 1010011 | 0 | 110100 | 100001010 | 1000111 | 11100 |
Color Harmonies of #42157B
Complementary color
Monochromatic Colors of #42157B
Black with #42157B
Text Example
Text Example
White with #42157B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42157B; }
p { color: rgb(66,21,123); }
H1.HeaderClassName
{
color: #42157B;
}
.AnyTagClassName
{
color: #42157B;
}
</style>
background-color css
<style>
a { background-color: #42157B; }
a { background-color: rgb(66,21,123); }
div.DivClassName
{
background-color: #42157B;
}
.BgClassName
{
background-color: #42157B;
}
</style>
border-color css
<style>
span { border-color: #42157B; }
span { border-color: rgb(66,21,123); }
td.TdClassName
{
border-color: #42157B;
}
.TagClassName
{
border-color: #42157B;
}
</style>