Shades of Persian Indigo #42149A
Tints of Persian Indigo #42149A
RGB
CMYK
RGB Variations
Color information
#42149A (or 0x42149A) is known color: Persian Indigo. HEX triplet: 42, 14 and 9A. RGB value is (66,20,154). Sum of RGB (Red+Green+Blue) = 66+20+154=240 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.5% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 154 (60.55% from 255 or 64.17% from 240); Max value from RGB is 154 - color contains mainly: blue. Hex color #42149A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42149A is #BDEB65. Grayscale: #303030. Windows color (decimal): -12446566 or 10097730. OLE color: 10097730.
HSL color Cylindrical-coordinate representation of color #42149A: hue angle of 260.6º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #42149A is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 66 | 20 | 154 | - |
| CMYK | 0.57 | 0.87 | 0 | 0.40 |
| HSL | 260.6º | 0.77% | 0.34% | - |
| HSV(B) | 260.6º | 0.87% | 0.6% | - |
| XYZ | 8.33 | 3.99 | 30.9 | - |
| YUV | 49.03 | 187.24 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 20 | 154 | 0.57 | 0.87 | 0 | 0.40 | 260.6 | 0.77 | 0.34 |
| Hex | 42 | 14 | 9A | 39 | 57 | 0 | 28 | 105 | 4D | 22 |
| Octal | 102 | 24 | 232 | 71 | 127 | 0 | 50 | 405 | 115 | 42 |
| Binary | 1000010 | 10100 | 10011010 | 111001 | 1010111 | 0 | 101000 | 100000101 | 1001101 | 100010 |
Color Harmonies of #42149A
Complementary color
Monochromatic Colors of #42149A
Black with #42149A
Text Example
Text Example
White with #42149A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42149A; }
p { color: rgb(66,20,154); }
H1.HeaderClassName
{
color: #42149A;
}
.AnyTagClassName
{
color: #42149A;
}
</style>
background-color css
<style>
a { background-color: #42149A; }
a { background-color: rgb(66,20,154); }
div.DivClassName
{
background-color: #42149A;
}
.BgClassName
{
background-color: #42149A;
}
</style>
border-color css
<style>
span { border-color: #42149A; }
span { border-color: rgb(66,20,154); }
td.TdClassName
{
border-color: #42149A;
}
.TagClassName
{
border-color: #42149A;
}
</style>