Shades of Persian Blue #1E2DCD
Tints of Persian Blue #1E2DCD
RGB
CMYK
RGB Variations
Color information
#1E2DCD (or 0x1E2DCD) is known color: Persian Blue. HEX triplet: 1E, 2D and CD. RGB value is (30,45,205). Sum of RGB (Red+Green+Blue) = 30+45+205=280 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.71% from 280); Green value is 45 (17.97% from 255 or 16.07% from 280); Blue value is 205 (80.47% from 255 or 73.21% from 280); Max value from RGB is 205 - color contains mainly: blue. Hex color #1E2DCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E2DCD is #E1D232. Grayscale: #3A3A3A. Windows color (decimal): -14799411 or 13446430. OLE color: 13446430.
HSL color Cylindrical-coordinate representation of color #1E2DCD: hue angle of 234.86º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E2DCD is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 45 | 205 | - |
| CMYK | 0.85 | 0.78 | 0 | 0.20 |
| HSL | 234.86º | 0.74% | 0.46% | - |
| HSV(B) | 234.86º | 0.85% | 0.8% | - |
| XYZ | 12.49 | 6.56 | 58.37 | - |
| YUV | 58.76 | 210.53 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 45 | 205 | 0.85 | 0.78 | 0 | 0.20 | 234.86 | 0.74 | 0.46 |
| Hex | 1E | 2D | CD | 55 | 4E | 0 | 14 | EB | 4A | 2E |
| Octal | 36 | 55 | 315 | 125 | 116 | 0 | 24 | 353 | 112 | 56 |
| Binary | 11110 | 101101 | 11001101 | 1010101 | 1001110 | 0 | 10100 | 11101011 | 1001010 | 101110 |
Color Harmonies of #1E2DCD
Complementary color
Monochromatic Colors of #1E2DCD
Black with #1E2DCD
Text Example
Text Example
White with #1E2DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2DCD; }
p { color: rgb(30,45,205); }
H1.HeaderClassName
{
color: #1E2DCD;
}
.AnyTagClassName
{
color: #1E2DCD;
}
</style>
background-color css
<style>
a { background-color: #1E2DCD; }
a { background-color: rgb(30,45,205); }
div.DivClassName
{
background-color: #1E2DCD;
}
.BgClassName
{
background-color: #1E2DCD;
}
</style>
border-color css
<style>
span { border-color: #1E2DCD; }
span { border-color: rgb(30,45,205); }
td.TdClassName
{
border-color: #1E2DCD;
}
.TagClassName
{
border-color: #1E2DCD;
}
</style>