Shades of Persian Indigo #42139A
Tints of Persian Indigo #42139A
RGB
CMYK
RGB Variations
Color information
#42139A (or 0x42139A) is known color: Persian Indigo. HEX triplet: 42, 13 and 9A. RGB value is (66,19,154). Sum of RGB (Red+Green+Blue) = 66+19+154=239 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.62% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 154 (60.55% from 255 or 64.44% from 239); Max value from RGB is 154 - color contains mainly: blue. Hex color #42139A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42139A is #BDEC65. Grayscale: #2F2F2F. Windows color (decimal): -12446822 or 10097474. OLE color: 10097474.
HSL color Cylindrical-coordinate representation of color #42139A: hue angle of 260.89º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42139A is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 66 | 19 | 154 | - |
| CMYK | 0.57 | 0.88 | 0 | 0.40 |
| HSL | 260.89º | 0.78% | 0.34% | - |
| HSV(B) | 260.89º | 0.88% | 0.6% | - |
| XYZ | 8.31 | 3.96 | 30.9 | - |
| YUV | 48.44 | 187.57 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 19 | 154 | 0.57 | 0.88 | 0 | 0.40 | 260.89 | 0.78 | 0.34 |
| Hex | 42 | 13 | 9A | 39 | 58 | 0 | 28 | 105 | 4E | 22 |
| Octal | 102 | 23 | 232 | 71 | 130 | 0 | 50 | 405 | 116 | 42 |
| Binary | 1000010 | 10011 | 10011010 | 111001 | 1011000 | 0 | 101000 | 100000101 | 1001110 | 100010 |
Color Harmonies of #42139A
Complementary color
Monochromatic Colors of #42139A
Black with #42139A
Text Example
Text Example
White with #42139A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42139A; }
p { color: rgb(66,19,154); }
H1.HeaderClassName
{
color: #42139A;
}
.AnyTagClassName
{
color: #42139A;
}
</style>
background-color css
<style>
a { background-color: #42139A; }
a { background-color: rgb(66,19,154); }
div.DivClassName
{
background-color: #42139A;
}
.BgClassName
{
background-color: #42139A;
}
</style>
border-color css
<style>
span { border-color: #42139A; }
span { border-color: rgb(66,19,154); }
td.TdClassName
{
border-color: #42139A;
}
.TagClassName
{
border-color: #42139A;
}
</style>