Shades of Persian Blue #1E27DC
Tints of Persian Blue #1E27DC
RGB
CMYK
RGB Variations
Color information
#1E27DC (or 0x1E27DC) is known color: Persian Blue. HEX triplet: 1E, 27 and DC. RGB value is (30,39,220). Sum of RGB (Red+Green+Blue) = 30+39+220=289 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.38% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 220 (86.33% from 255 or 76.12% from 289); Max value from RGB is 220 - color contains mainly: blue. Hex color #1E27DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E27DC is #E1D823. Grayscale: #383838. Windows color (decimal): -14800932 or 14427934. OLE color: 14427934.
HSL color Cylindrical-coordinate representation of color #1E27DC: hue angle of 237.16º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E27DC is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 39 | 220 | - |
| CMYK | 0.86 | 0.82 | 0 | 0.14 |
| HSL | 237.16º | 0.76% | 0.49% | - |
| HSV(B) | 237.16º | 0.86% | 0.86% | - |
| XYZ | 14.18 | 6.89 | 68.29 | - |
| YUV | 56.94 | 220.02 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 39 | 220 | 0.86 | 0.82 | 0 | 0.14 | 237.16 | 0.76 | 0.49 |
| Hex | 1E | 27 | DC | 56 | 52 | 0 | E | ED | 4C | 31 |
| Octal | 36 | 47 | 334 | 126 | 122 | 0 | 16 | 355 | 114 | 61 |
| Binary | 11110 | 100111 | 11011100 | 1010110 | 1010010 | 0 | 1110 | 11101101 | 1001100 | 110001 |
Color Harmonies of #1E27DC
Complementary color
Monochromatic Colors of #1E27DC
Black with #1E27DC
Text Example
Text Example
White with #1E27DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E27DC; }
p { color: rgb(30,39,220); }
H1.HeaderClassName
{
color: #1E27DC;
}
.AnyTagClassName
{
color: #1E27DC;
}
</style>
background-color css
<style>
a { background-color: #1E27DC; }
a { background-color: rgb(30,39,220); }
div.DivClassName
{
background-color: #1E27DC;
}
.BgClassName
{
background-color: #1E27DC;
}
</style>
border-color css
<style>
span { border-color: #1E27DC; }
span { border-color: rgb(30,39,220); }
td.TdClassName
{
border-color: #1E27DC;
}
.TagClassName
{
border-color: #1E27DC;
}
</style>