Shades of Persian Blue #2D1ECE
Tints of Persian Blue #2D1ECE
RGB
CMYK
RGB Variations
Color information
#2D1ECE (or 0x2D1ECE) is known color: Persian Blue. HEX triplet: 2D, 1E and CE. RGB value is (45,30,206). Sum of RGB (Red+Green+Blue) = 45+30+206=281 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.01% from 281); Green value is 30 (12.11% from 255 or 10.68% from 281); Blue value is 206 (80.86% from 255 or 73.31% from 281); Max value from RGB is 206 - color contains mainly: blue. Hex color #2D1ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D1ECE is #D2E131. Grayscale: #353535. Windows color (decimal): -13820210 or 13508141. OLE color: 13508141.
HSL color Cylindrical-coordinate representation of color #2D1ECE: hue angle of 245.11º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2D1ECE is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 30 | 206 | - |
| CMYK | 0.78 | 0.85 | 0 | 0.19 |
| HSL | 245.11º | 0.75% | 0.46% | - |
| HSV(B) | 245.11º | 0.85% | 0.81% | - |
| XYZ | 12.69 | 5.94 | 58.87 | - |
| YUV | 54.55 | 213.47 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 30 | 206 | 0.78 | 0.85 | 0 | 0.19 | 245.11 | 0.75 | 0.46 |
| Hex | 2D | 1E | CE | 4E | 55 | 0 | 13 | F5 | 4B | 2E |
| Octal | 55 | 36 | 316 | 116 | 125 | 0 | 23 | 365 | 113 | 56 |
| Binary | 101101 | 11110 | 11001110 | 1001110 | 1010101 | 0 | 10011 | 11110101 | 1001011 | 101110 |
Color Harmonies of #2D1ECE
Complementary color
Monochromatic Colors of #2D1ECE
Black with #2D1ECE
Text Example
Text Example
White with #2D1ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1ECE; }
p { color: rgb(45,30,206); }
H1.HeaderClassName
{
color: #2D1ECE;
}
.AnyTagClassName
{
color: #2D1ECE;
}
</style>
background-color css
<style>
a { background-color: #2D1ECE; }
a { background-color: rgb(45,30,206); }
div.DivClassName
{
background-color: #2D1ECE;
}
.BgClassName
{
background-color: #2D1ECE;
}
</style>
border-color css
<style>
span { border-color: #2D1ECE; }
span { border-color: rgb(45,30,206); }
td.TdClassName
{
border-color: #2D1ECE;
}
.TagClassName
{
border-color: #2D1ECE;
}
</style>