Shades of Persian Indigo #42178D
Tints of Persian Indigo #42178D
RGB
CMYK
RGB Variations
Color information
#42178D (or 0x42178D) is known color: Persian Indigo. HEX triplet: 42, 17 and 8D. RGB value is (66,23,141). Sum of RGB (Red+Green+Blue) = 66+23+141=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 23 (9.38% from 255 or 10% from 230); Blue value is 141 (55.47% from 255 or 61.30% from 230); Max value from RGB is 141 - color contains mainly: blue. Hex color #42178D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42178D is #BDE872. Grayscale: #303030. Windows color (decimal): -12445811 or 9246530. OLE color: 9246530.
HSL color Cylindrical-coordinate representation of color #42178D: hue angle of 261.86º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42178D is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 23 | 141 | - |
| CMYK | 0.53 | 0.84 | 0 | 0.45 |
| HSL | 261.86º | 0.72% | 0.32% | - |
| HSV(B) | 261.86º | 0.84% | 0.55% | - |
| XYZ | 7.36 | 3.69 | 25.52 | - |
| YUV | 49.31 | 179.75 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 23 | 141 | 0.53 | 0.84 | 0 | 0.45 | 261.86 | 0.72 | 0.32 |
| Hex | 42 | 17 | 8D | 35 | 54 | 0 | 2D | 106 | 48 | 20 |
| Octal | 102 | 27 | 215 | 65 | 124 | 0 | 55 | 406 | 110 | 40 |
| Binary | 1000010 | 10111 | 10001101 | 110101 | 1010100 | 0 | 101101 | 100000110 | 1001000 | 100000 |
Color Harmonies of #42178D
Complementary color
Monochromatic Colors of #42178D
Black with #42178D
Text Example
Text Example
White with #42178D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42178D; }
p { color: rgb(66,23,141); }
H1.HeaderClassName
{
color: #42178D;
}
.AnyTagClassName
{
color: #42178D;
}
</style>
background-color css
<style>
a { background-color: #42178D; }
a { background-color: rgb(66,23,141); }
div.DivClassName
{
background-color: #42178D;
}
.BgClassName
{
background-color: #42178D;
}
</style>
border-color css
<style>
span { border-color: #42178D; }
span { border-color: rgb(66,23,141); }
td.TdClassName
{
border-color: #42178D;
}
.TagClassName
{
border-color: #42178D;
}
</style>