Shades of Persian Indigo #42137B
Tints of Persian Indigo #42137B
RGB
CMYK
RGB Variations
Color information
#42137B (or 0x42137B) is known color: Persian Indigo. HEX triplet: 42, 13 and 7B. RGB value is (66,19,123). Sum of RGB (Red+Green+Blue) = 66+19+123=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 123 (48.44% from 255 or 59.13% from 208); Max value from RGB is 123 - color contains mainly: blue. Hex color #42137B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42137B is #BDEC84. Grayscale: #2C2C2C. Windows color (decimal): -12446853 or 8065858. OLE color: 8065858.
HSL color Cylindrical-coordinate representation of color #42137B: hue angle of 267.12º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #42137B is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 66 | 19 | 123 | - |
| CMYK | 0.46 | 0.85 | 0 | 0.52 |
| HSL | 267.12º | 0.73% | 0.28% | - |
| HSV(B) | 267.12º | 0.85% | 0.48% | - |
| XYZ | 6.05 | 3.05 | 19.01 | - |
| YUV | 44.91 | 172.07 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 19 | 123 | 0.46 | 0.85 | 0 | 0.52 | 267.12 | 0.73 | 0.28 |
| Hex | 42 | 13 | 7B | 2E | 55 | 0 | 34 | 10B | 49 | 1C |
| Octal | 102 | 23 | 173 | 56 | 125 | 0 | 64 | 413 | 111 | 34 |
| Binary | 1000010 | 10011 | 1111011 | 101110 | 1010101 | 0 | 110100 | 100001011 | 1001001 | 11100 |
Color Harmonies of #42137B
Complementary color
Monochromatic Colors of #42137B
Black with #42137B
Text Example
Text Example
White with #42137B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42137B; }
p { color: rgb(66,19,123); }
H1.HeaderClassName
{
color: #42137B;
}
.AnyTagClassName
{
color: #42137B;
}
</style>
background-color css
<style>
a { background-color: #42137B; }
a { background-color: rgb(66,19,123); }
div.DivClassName
{
background-color: #42137B;
}
.BgClassName
{
background-color: #42137B;
}
</style>
border-color css
<style>
span { border-color: #42137B; }
span { border-color: rgb(66,19,123); }
td.TdClassName
{
border-color: #42137B;
}
.TagClassName
{
border-color: #42137B;
}
</style>