Shades of Persian Indigo #42199D
Tints of Persian Indigo #42199D
RGB
CMYK
RGB Variations
Color information
#42199D (or 0x42199D) is known color: Persian Indigo. HEX triplet: 42, 19 and 9D. RGB value is (66,25,157). Sum of RGB (Red+Green+Blue) = 66+25+157=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 157 (61.72% from 255 or 63.31% from 248); Max value from RGB is 157 - color contains mainly: blue. Hex color #42199D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42199D is #BDE662. Grayscale: #333333. Windows color (decimal): -12445283 or 10295618. OLE color: 10295618.
HSL color Cylindrical-coordinate representation of color #42199D: hue angle of 258.64º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42199D is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 25 | 157 | - |
| CMYK | 0.58 | 0.84 | 0 | 0.38 |
| HSL | 258.64º | 0.73% | 0.36% | - |
| HSV(B) | 258.64º | 0.84% | 0.62% | - |
| XYZ | 8.68 | 4.29 | 32.27 | - |
| YUV | 52.31 | 187.08 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 25 | 157 | 0.58 | 0.84 | 0 | 0.38 | 258.64 | 0.73 | 0.36 |
| Hex | 42 | 19 | 9D | 3A | 54 | 0 | 26 | 103 | 49 | 24 |
| Octal | 102 | 31 | 235 | 72 | 124 | 0 | 46 | 403 | 111 | 44 |
| Binary | 1000010 | 11001 | 10011101 | 111010 | 1010100 | 0 | 100110 | 100000011 | 1001001 | 100100 |
Color Harmonies of #42199D
Complementary color
Monochromatic Colors of #42199D
Black with #42199D
Text Example
Text Example
White with #42199D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42199D; }
p { color: rgb(66,25,157); }
H1.HeaderClassName
{
color: #42199D;
}
.AnyTagClassName
{
color: #42199D;
}
</style>
background-color css
<style>
a { background-color: #42199D; }
a { background-color: rgb(66,25,157); }
div.DivClassName
{
background-color: #42199D;
}
.BgClassName
{
background-color: #42199D;
}
</style>
border-color css
<style>
span { border-color: #42199D; }
span { border-color: rgb(66,25,157); }
td.TdClassName
{
border-color: #42199D;
}
.TagClassName
{
border-color: #42199D;
}
</style>