Shades of Persian Blue #1E31AC
Tints of Persian Blue #1E31AC
RGB
CMYK
RGB Variations
Color information
#1E31AC (or 0x1E31AC) is known color: Persian Blue. HEX triplet: 1E, 31 and AC. RGB value is (30,49,172). Sum of RGB (Red+Green+Blue) = 30+49+172=251 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.95% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 172 (67.58% from 255 or 68.53% from 251); Max value from RGB is 172 - color contains mainly: blue. Hex color #1E31AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E31AC is #E1CE53. Grayscale: #383838. Windows color (decimal): -14798420 or 11284766. OLE color: 11284766.
HSL color Cylindrical-coordinate representation of color #1E31AC: hue angle of 231.97º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E31AC is Cyan = 0.83, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 49 | 172 | - |
| CMYK | 0.83 | 0.72 | 0 | 0.33 |
| HSL | 231.97º | 0.7% | 0.4% | - |
| HSV(B) | 231.97º | 0.83% | 0.67% | - |
| XYZ | 9.08 | 5.45 | 39.6 | - |
| YUV | 57.34 | 192.71 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 49 | 172 | 0.83 | 0.72 | 0 | 0.33 | 231.97 | 0.7 | 0.4 |
| Hex | 1E | 31 | AC | 53 | 48 | 0 | 21 | E8 | 46 | 28 |
| Octal | 36 | 61 | 254 | 123 | 110 | 0 | 41 | 350 | 106 | 50 |
| Binary | 11110 | 110001 | 10101100 | 1010011 | 1001000 | 0 | 100001 | 11101000 | 1000110 | 101000 |
Color Harmonies of #1E31AC
Complementary color
Monochromatic Colors of #1E31AC
Black with #1E31AC
Text Example
Text Example
White with #1E31AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E31AC; }
p { color: rgb(30,49,172); }
H1.HeaderClassName
{
color: #1E31AC;
}
.AnyTagClassName
{
color: #1E31AC;
}
</style>
background-color css
<style>
a { background-color: #1E31AC; }
a { background-color: rgb(30,49,172); }
div.DivClassName
{
background-color: #1E31AC;
}
.BgClassName
{
background-color: #1E31AC;
}
</style>
border-color css
<style>
span { border-color: #1E31AC; }
span { border-color: rgb(30,49,172); }
td.TdClassName
{
border-color: #1E31AC;
}
.TagClassName
{
border-color: #1E31AC;
}
</style>