Shades of Persian Blue #1E39AC
Tints of Persian Blue #1E39AC
RGB
CMYK
RGB Variations
Color information
#1E39AC (or 0x1E39AC) is known color: Persian Blue. HEX triplet: 1E, 39 and AC. RGB value is (30,57,172). Sum of RGB (Red+Green+Blue) = 30+57+172=259 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.58% from 259); Green value is 57 (22.66% from 255 or 22.01% from 259); Blue value is 172 (67.58% from 255 or 66.41% from 259); Max value from RGB is 172 - color contains mainly: blue. Hex color #1E39AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E39AC is #E1C653. Grayscale: #3D3D3D. Windows color (decimal): -14796372 or 11286814. OLE color: 11286814.
HSL color Cylindrical-coordinate representation of color #1E39AC: hue angle of 228.59º 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 #1E39AC is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 30 | 57 | 172 | - |
| CMYK | 0.83 | 0.67 | 0 | 0.33 |
| HSL | 228.59º | 0.7% | 0.4% | - |
| HSV(B) | 228.59º | 0.83% | 0.67% | - |
| XYZ | 9.44 | 6.18 | 39.72 | - |
| YUV | 62.04 | 190.05 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 57 | 172 | 0.83 | 0.67 | 0 | 0.33 | 228.59 | 0.7 | 0.4 |
| Hex | 1E | 39 | AC | 53 | 43 | 0 | 21 | E5 | 46 | 28 |
| Octal | 36 | 71 | 254 | 123 | 103 | 0 | 41 | 345 | 106 | 50 |
| Binary | 11110 | 111001 | 10101100 | 1010011 | 1000011 | 0 | 100001 | 11100101 | 1000110 | 101000 |
Color Harmonies of #1E39AC
Complementary color
Monochromatic Colors of #1E39AC
Black with #1E39AC
Text Example
Text Example
White with #1E39AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E39AC; }
p { color: rgb(30,57,172); }
H1.HeaderClassName
{
color: #1E39AC;
}
.AnyTagClassName
{
color: #1E39AC;
}
</style>
background-color css
<style>
a { background-color: #1E39AC; }
a { background-color: rgb(30,57,172); }
div.DivClassName
{
background-color: #1E39AC;
}
.BgClassName
{
background-color: #1E39AC;
}
</style>
border-color css
<style>
span { border-color: #1E39AC; }
span { border-color: rgb(30,57,172); }
td.TdClassName
{
border-color: #1E39AC;
}
.TagClassName
{
border-color: #1E39AC;
}
</style>