Shades of Persian Blue #1E1BAF
Tints of Persian Blue #1E1BAF
RGB
CMYK
RGB Variations
Color information
#1E1BAF (or 0x1E1BAF) is known color: Persian Blue. HEX triplet: 1E, 1B and AF. RGB value is (30,27,175). Sum of RGB (Red+Green+Blue) = 30+27+175=232 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.93% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 175 (68.75% from 255 or 75.43% from 232); Max value from RGB is 175 - color contains mainly: blue. Hex color #1E1BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E1BAF is #E1E450. Grayscale: #2C2C2C. Windows color (decimal): -14804049 or 11475742. OLE color: 11475742.
HSL color Cylindrical-coordinate representation of color #1E1BAF: hue angle of 241.22º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E1BAF is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 30 | 27 | 175 | - |
| CMYK | 0.83 | 0.85 | 0 | 0.31 |
| HSL | 241.22º | 0.73% | 0.4% | - |
| HSV(B) | 241.22º | 0.85% | 0.69% | - |
| XYZ | 8.67 | 4.16 | 40.9 | - |
| YUV | 44.77 | 201.49 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 27 | 175 | 0.83 | 0.85 | 0 | 0.31 | 241.22 | 0.73 | 0.4 |
| Hex | 1E | 1B | AF | 53 | 55 | 0 | 1F | F1 | 49 | 28 |
| Octal | 36 | 33 | 257 | 123 | 125 | 0 | 37 | 361 | 111 | 50 |
| Binary | 11110 | 11011 | 10101111 | 1010011 | 1010101 | 0 | 11111 | 11110001 | 1001001 | 101000 |
Color Harmonies of #1E1BAF
Complementary color
Monochromatic Colors of #1E1BAF
Black with #1E1BAF
Text Example
Text Example
White with #1E1BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1BAF; }
p { color: rgb(30,27,175); }
H1.HeaderClassName
{
color: #1E1BAF;
}
.AnyTagClassName
{
color: #1E1BAF;
}
</style>
background-color css
<style>
a { background-color: #1E1BAF; }
a { background-color: rgb(30,27,175); }
div.DivClassName
{
background-color: #1E1BAF;
}
.BgClassName
{
background-color: #1E1BAF;
}
</style>
border-color css
<style>
span { border-color: #1E1BAF; }
span { border-color: rgb(30,27,175); }
td.TdClassName
{
border-color: #1E1BAF;
}
.TagClassName
{
border-color: #1E1BAF;
}
</style>