Shades of Persian Indigo #42178B
Tints of Persian Indigo #42178B
RGB
CMYK
RGB Variations
Color information
#42178B (or 0x42178B) is known color: Persian Indigo. HEX triplet: 42, 17 and 8B. RGB value is (66,23,139). Sum of RGB (Red+Green+Blue) = 66+23+139=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 23 (9.38% from 255 or 10.09% from 228); Blue value is 139 (54.69% from 255 or 60.96% from 228); Max value from RGB is 139 - color contains mainly: blue. Hex color #42178B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42178B is #BDE874. Grayscale: #303030. Windows color (decimal): -12445813 or 9115458. OLE color: 9115458.
HSL color Cylindrical-coordinate representation of color #42178B: hue angle of 262.24º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #42178B is Cyan = 0.53, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 66 | 23 | 139 | - |
| CMYK | 0.53 | 0.83 | 0 | 0.45 |
| HSL | 262.24º | 0.72% | 0.32% | - |
| HSV(B) | 262.24º | 0.83% | 0.55% | - |
| XYZ | 7.21 | 3.64 | 24.75 | - |
| YUV | 49.08 | 178.75 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 23 | 139 | 0.53 | 0.83 | 0 | 0.45 | 262.24 | 0.72 | 0.32 |
| Hex | 42 | 17 | 8B | 35 | 53 | 0 | 2D | 106 | 48 | 20 |
| Octal | 102 | 27 | 213 | 65 | 123 | 0 | 55 | 406 | 110 | 40 |
| Binary | 1000010 | 10111 | 10001011 | 110101 | 1010011 | 0 | 101101 | 100000110 | 1001000 | 100000 |
Color Harmonies of #42178B
Complementary color
Monochromatic Colors of #42178B
Black with #42178B
Text Example
Text Example
White with #42178B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42178B; }
p { color: rgb(66,23,139); }
H1.HeaderClassName
{
color: #42178B;
}
.AnyTagClassName
{
color: #42178B;
}
</style>
background-color css
<style>
a { background-color: #42178B; }
a { background-color: rgb(66,23,139); }
div.DivClassName
{
background-color: #42178B;
}
.BgClassName
{
background-color: #42178B;
}
</style>
border-color css
<style>
span { border-color: #42178B; }
span { border-color: rgb(66,23,139); }
td.TdClassName
{
border-color: #42178B;
}
.TagClassName
{
border-color: #42178B;
}
</style>