Shades of Persian Blue #1E2DD1
Tints of Persian Blue #1E2DD1
RGB
CMYK
RGB Variations
Color information
#1E2DD1 (or 0x1E2DD1) is known color: Persian Blue. HEX triplet: 1E, 2D and D1. RGB value is (30,45,209). Sum of RGB (Red+Green+Blue) = 30+45+209=284 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.56% from 284); Green value is 45 (17.97% from 255 or 15.85% from 284); Blue value is 209 (82.03% from 255 or 73.59% from 284); Max value from RGB is 209 - color contains mainly: blue. Hex color #1E2DD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E2DD1 is #E1D22E. Grayscale: #3A3A3A. Windows color (decimal): -14799407 or 13708574. OLE color: 13708574.
HSL color Cylindrical-coordinate representation of color #1E2DD1: hue angle of 234.97º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E2DD1 is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 30 | 45 | 209 | - |
| CMYK | 0.86 | 0.78 | 0 | 0.18 |
| HSL | 234.97º | 0.75% | 0.47% | - |
| HSV(B) | 234.97º | 0.86% | 0.82% | - |
| XYZ | 12.98 | 6.76 | 60.94 | - |
| YUV | 59.21 | 212.53 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 45 | 209 | 0.86 | 0.78 | 0 | 0.18 | 234.97 | 0.75 | 0.47 |
| Hex | 1E | 2D | D1 | 56 | 4E | 0 | 12 | EB | 4B | 2F |
| Octal | 36 | 55 | 321 | 126 | 116 | 0 | 22 | 353 | 113 | 57 |
| Binary | 11110 | 101101 | 11010001 | 1010110 | 1001110 | 0 | 10010 | 11101011 | 1001011 | 101111 |
Color Harmonies of #1E2DD1
Complementary color
Monochromatic Colors of #1E2DD1
Black with #1E2DD1
Text Example
Text Example
White with #1E2DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2DD1; }
p { color: rgb(30,45,209); }
H1.HeaderClassName
{
color: #1E2DD1;
}
.AnyTagClassName
{
color: #1E2DD1;
}
</style>
background-color css
<style>
a { background-color: #1E2DD1; }
a { background-color: rgb(30,45,209); }
div.DivClassName
{
background-color: #1E2DD1;
}
.BgClassName
{
background-color: #1E2DD1;
}
</style>
border-color css
<style>
span { border-color: #1E2DD1; }
span { border-color: rgb(30,45,209); }
td.TdClassName
{
border-color: #1E2DD1;
}
.TagClassName
{
border-color: #1E2DD1;
}
</style>