Shades of Persian Indigo #42159E
Tints of Persian Indigo #42159E
RGB
CMYK
RGB Variations
Color information
#42159E (or 0x42159E) is known color: Persian Indigo. HEX triplet: 42, 15 and 9E. RGB value is (66,21,158). Sum of RGB (Red+Green+Blue) = 66+21+158=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 158 (62.11% from 255 or 64.49% from 245); Max value from RGB is 158 - color contains mainly: blue. Hex color #42159E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42159E is #BDEA61. Grayscale: #313131. Windows color (decimal): -12446306 or 10360130. OLE color: 10360130.
HSL color Cylindrical-coordinate representation of color #42159E: hue angle of 259.71º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #42159E is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 21 | 158 | - |
| CMYK | 0.58 | 0.87 | 0 | 0.38 |
| HSL | 259.71º | 0.77% | 0.35% | - |
| HSV(B) | 259.71º | 0.87% | 0.62% | - |
| XYZ | 8.69 | 4.16 | 32.69 | - |
| YUV | 50.07 | 188.91 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 21 | 158 | 0.58 | 0.87 | 0 | 0.38 | 259.71 | 0.77 | 0.35 |
| Hex | 42 | 15 | 9E | 3A | 57 | 0 | 26 | 104 | 4D | 23 |
| Octal | 102 | 25 | 236 | 72 | 127 | 0 | 46 | 404 | 115 | 43 |
| Binary | 1000010 | 10101 | 10011110 | 111010 | 1010111 | 0 | 100110 | 100000100 | 1001101 | 100011 |
Color Harmonies of #42159E
Complementary color
Monochromatic Colors of #42159E
Black with #42159E
Text Example
Text Example
White with #42159E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42159E; }
p { color: rgb(66,21,158); }
H1.HeaderClassName
{
color: #42159E;
}
.AnyTagClassName
{
color: #42159E;
}
</style>
background-color css
<style>
a { background-color: #42159E; }
a { background-color: rgb(66,21,158); }
div.DivClassName
{
background-color: #42159E;
}
.BgClassName
{
background-color: #42159E;
}
</style>
border-color css
<style>
span { border-color: #42159E; }
span { border-color: rgb(66,21,158); }
td.TdClassName
{
border-color: #42159E;
}
.TagClassName
{
border-color: #42159E;
}
</style>