Shades of Persian Indigo #42199B
Tints of Persian Indigo #42199B
RGB
CMYK
RGB Variations
Color information
#42199B (or 0x42199B) is known color: Persian Indigo. HEX triplet: 42, 19 and 9B. RGB value is (66,25,155). Sum of RGB (Red+Green+Blue) = 66+25+155=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 155 (60.94% from 255 or 63.01% from 246); Max value from RGB is 155 - color contains mainly: blue. Hex color #42199B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42199B is #BDE664. Grayscale: #333333. Windows color (decimal): -12445285 or 10164546. OLE color: 10164546.
HSL color Cylindrical-coordinate representation of color #42199B: hue angle of 258.92º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42199B is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 66 | 25 | 155 | - |
| CMYK | 0.57 | 0.84 | 0 | 0.39 |
| HSL | 258.92º | 0.72% | 0.35% | - |
| HSV(B) | 258.92º | 0.84% | 0.61% | - |
| XYZ | 8.51 | 4.22 | 31.38 | - |
| YUV | 52.08 | 186.08 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 25 | 155 | 0.57 | 0.84 | 0 | 0.39 | 258.92 | 0.72 | 0.35 |
| Hex | 42 | 19 | 9B | 39 | 54 | 0 | 27 | 103 | 48 | 23 |
| Octal | 102 | 31 | 233 | 71 | 124 | 0 | 47 | 403 | 110 | 43 |
| Binary | 1000010 | 11001 | 10011011 | 111001 | 1010100 | 0 | 100111 | 100000011 | 1001000 | 100011 |
Color Harmonies of #42199B
Complementary color
Monochromatic Colors of #42199B
Black with #42199B
Text Example
Text Example
White with #42199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42199B; }
p { color: rgb(66,25,155); }
H1.HeaderClassName
{
color: #42199B;
}
.AnyTagClassName
{
color: #42199B;
}
</style>
background-color css
<style>
a { background-color: #42199B; }
a { background-color: rgb(66,25,155); }
div.DivClassName
{
background-color: #42199B;
}
.BgClassName
{
background-color: #42199B;
}
</style>
border-color css
<style>
span { border-color: #42199B; }
span { border-color: rgb(66,25,155); }
td.TdClassName
{
border-color: #42199B;
}
.TagClassName
{
border-color: #42199B;
}
</style>