Shades of Persian Indigo #42159D
Tints of Persian Indigo #42159D
RGB
CMYK
RGB Variations
Color information
#42159D (or 0x42159D) is known color: Persian Indigo. HEX triplet: 42, 15 and 9D. RGB value is (66,21,157). Sum of RGB (Red+Green+Blue) = 66+21+157=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 157 (61.72% from 255 or 64.34% from 244); Max value from RGB is 157 - color contains mainly: blue. Hex color #42159D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42159D is #BDEA62. Grayscale: #313131. Windows color (decimal): -12446307 or 10294594. OLE color: 10294594.
HSL color Cylindrical-coordinate representation of color #42159D: hue angle of 259.85º degrees, saturation: 0.76, 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 #42159D is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 21 | 157 | - |
| CMYK | 0.58 | 0.87 | 0 | 0.38 |
| HSL | 259.85º | 0.76% | 0.35% | - |
| HSV(B) | 259.85º | 0.87% | 0.62% | - |
| XYZ | 8.6 | 4.13 | 32.24 | - |
| YUV | 49.96 | 188.41 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 21 | 157 | 0.58 | 0.87 | 0 | 0.38 | 259.85 | 0.76 | 0.35 |
| Hex | 42 | 15 | 9D | 3A | 57 | 0 | 26 | 104 | 4C | 23 |
| Octal | 102 | 25 | 235 | 72 | 127 | 0 | 46 | 404 | 114 | 43 |
| Binary | 1000010 | 10101 | 10011101 | 111010 | 1010111 | 0 | 100110 | 100000100 | 1001100 | 100011 |
Color Harmonies of #42159D
Complementary color
Monochromatic Colors of #42159D
Black with #42159D
Text Example
Text Example
White with #42159D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42159D; }
p { color: rgb(66,21,157); }
H1.HeaderClassName
{
color: #42159D;
}
.AnyTagClassName
{
color: #42159D;
}
</style>
background-color css
<style>
a { background-color: #42159D; }
a { background-color: rgb(66,21,157); }
div.DivClassName
{
background-color: #42159D;
}
.BgClassName
{
background-color: #42159D;
}
</style>
border-color css
<style>
span { border-color: #42159D; }
span { border-color: rgb(66,21,157); }
td.TdClassName
{
border-color: #42159D;
}
.TagClassName
{
border-color: #42159D;
}
</style>