Shades of Persian Indigo #42158B
Tints of Persian Indigo #42158B
RGB
CMYK
RGB Variations
Color information
#42158B (or 0x42158B) is known color: Persian Indigo. HEX triplet: 42, 15 and 8B. RGB value is (66,21,139). Sum of RGB (Red+Green+Blue) = 66+21+139=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 21 (8.59% from 255 or 9.29% from 226); Blue value is 139 (54.69% from 255 or 61.50% from 226); Max value from RGB is 139 - color contains mainly: blue. Hex color #42158B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42158B is #BDEA74. Grayscale: #2F2F2F. Windows color (decimal): -12446325 or 9114946. OLE color: 9114946.
HSL color Cylindrical-coordinate representation of color #42158B: hue angle of 262.88º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #42158B is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 21 | 139 | - |
| CMYK | 0.53 | 0.85 | 0 | 0.45 |
| HSL | 262.88º | 0.74% | 0.31% | - |
| HSV(B) | 262.88º | 0.85% | 0.55% | - |
| XYZ | 7.18 | 3.56 | 24.73 | - |
| YUV | 47.91 | 179.41 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 21 | 139 | 0.53 | 0.85 | 0 | 0.45 | 262.88 | 0.74 | 0.31 |
| Hex | 42 | 15 | 8B | 35 | 55 | 0 | 2D | 107 | 4A | 1F |
| Octal | 102 | 25 | 213 | 65 | 125 | 0 | 55 | 407 | 112 | 37 |
| Binary | 1000010 | 10101 | 10001011 | 110101 | 1010101 | 0 | 101101 | 100000111 | 1001010 | 11111 |
Color Harmonies of #42158B
Complementary color
Monochromatic Colors of #42158B
Black with #42158B
Text Example
Text Example
White with #42158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42158B; }
p { color: rgb(66,21,139); }
H1.HeaderClassName
{
color: #42158B;
}
.AnyTagClassName
{
color: #42158B;
}
</style>
background-color css
<style>
a { background-color: #42158B; }
a { background-color: rgb(66,21,139); }
div.DivClassName
{
background-color: #42158B;
}
.BgClassName
{
background-color: #42158B;
}
</style>
border-color css
<style>
span { border-color: #42158B; }
span { border-color: rgb(66,21,139); }
td.TdClassName
{
border-color: #42158B;
}
.TagClassName
{
border-color: #42158B;
}
</style>