Shades of Persian Indigo #42139B
Tints of Persian Indigo #42139B
RGB
CMYK
RGB Variations
Color information
#42139B (or 0x42139B) is known color: Persian Indigo. HEX triplet: 42, 13 and 9B. RGB value is (66,19,155). Sum of RGB (Red+Green+Blue) = 66+19+155=240 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.5% from 240); Green value is 19 (7.81% from 255 or 7.92% from 240); Blue value is 155 (60.94% from 255 or 64.58% from 240); Max value from RGB is 155 - color contains mainly: blue. Hex color #42139B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42139B is #BDEC64. Grayscale: #303030. Windows color (decimal): -12446821 or 10163010. OLE color: 10163010.
HSL color Cylindrical-coordinate representation of color #42139B: hue angle of 260.74º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42139B is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 66 | 19 | 155 | - |
| CMYK | 0.57 | 0.88 | 0 | 0.39 |
| HSL | 260.74º | 0.78% | 0.34% | - |
| HSV(B) | 260.74º | 0.88% | 0.61% | - |
| XYZ | 8.4 | 3.99 | 31.34 | - |
| YUV | 48.56 | 188.07 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 19 | 155 | 0.57 | 0.88 | 0 | 0.39 | 260.74 | 0.78 | 0.34 |
| Hex | 42 | 13 | 9B | 39 | 58 | 0 | 27 | 105 | 4E | 22 |
| Octal | 102 | 23 | 233 | 71 | 130 | 0 | 47 | 405 | 116 | 42 |
| Binary | 1000010 | 10011 | 10011011 | 111001 | 1011000 | 0 | 100111 | 100000101 | 1001110 | 100010 |
Color Harmonies of #42139B
Complementary color
Monochromatic Colors of #42139B
Black with #42139B
Text Example
Text Example
White with #42139B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42139B; }
p { color: rgb(66,19,155); }
H1.HeaderClassName
{
color: #42139B;
}
.AnyTagClassName
{
color: #42139B;
}
</style>
background-color css
<style>
a { background-color: #42139B; }
a { background-color: rgb(66,19,155); }
div.DivClassName
{
background-color: #42139B;
}
.BgClassName
{
background-color: #42139B;
}
</style>
border-color css
<style>
span { border-color: #42139B; }
span { border-color: rgb(66,19,155); }
td.TdClassName
{
border-color: #42139B;
}
.TagClassName
{
border-color: #42139B;
}
</style>