Shades of Persian Indigo #421B9B
Tints of Persian Indigo #421B9B
RGB
CMYK
RGB Variations
Color information
#421B9B (or 0x421B9B) is known color: Persian Indigo. HEX triplet: 42, 1B and 9B. RGB value is (66,27,155). Sum of RGB (Red+Green+Blue) = 66+27+155=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 27 (10.94% from 255 or 10.89% from 248); Blue value is 155 (60.94% from 255 or 62.5% from 248); Max value from RGB is 155 - color contains mainly: blue. Hex color #421B9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421B9B is #BDE464. Grayscale: #343434. Windows color (decimal): -12444773 or 10165058. OLE color: 10165058.
HSL color Cylindrical-coordinate representation of color #421B9B: hue angle of 258.28º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #421B9B is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 66 | 27 | 155 | - |
| CMYK | 0.57 | 0.83 | 0 | 0.39 |
| HSL | 258.28º | 0.7% | 0.36% | - |
| HSV(B) | 258.28º | 0.83% | 0.61% | - |
| XYZ | 8.56 | 4.31 | 31.39 | - |
| YUV | 53.25 | 185.42 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 27 | 155 | 0.57 | 0.83 | 0 | 0.39 | 258.28 | 0.7 | 0.36 |
| Hex | 42 | 1B | 9B | 39 | 53 | 0 | 27 | 102 | 46 | 24 |
| Octal | 102 | 33 | 233 | 71 | 123 | 0 | 47 | 402 | 106 | 44 |
| Binary | 1000010 | 11011 | 10011011 | 111001 | 1010011 | 0 | 100111 | 100000010 | 1000110 | 100100 |
Color Harmonies of #421B9B
Complementary color
Monochromatic Colors of #421B9B
Black with #421B9B
Text Example
Text Example
White with #421B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421B9B; }
p { color: rgb(66,27,155); }
H1.HeaderClassName
{
color: #421B9B;
}
.AnyTagClassName
{
color: #421B9B;
}
</style>
background-color css
<style>
a { background-color: #421B9B; }
a { background-color: rgb(66,27,155); }
div.DivClassName
{
background-color: #421B9B;
}
.BgClassName
{
background-color: #421B9B;
}
</style>
border-color css
<style>
span { border-color: #421B9B; }
span { border-color: rgb(66,27,155); }
td.TdClassName
{
border-color: #421B9B;
}
.TagClassName
{
border-color: #421B9B;
}
</style>