Shades of Persian Blue #2D1FCE
Tints of Persian Blue #2D1FCE
RGB
CMYK
RGB Variations
Color information
#2D1FCE (or 0x2D1FCE) is known color: Persian Blue. HEX triplet: 2D, 1F and CE. RGB value is (45,31,206). Sum of RGB (Red+Green+Blue) = 45+31+206=282 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.96% from 282); Green value is 31 (12.5% from 255 or 10.99% from 282); Blue value is 206 (80.86% from 255 or 73.05% from 282); Max value from RGB is 206 - color contains mainly: blue. Hex color #2D1FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D1FCE is #D2E031. Grayscale: #363636. Windows color (decimal): -13819954 or 13508397. OLE color: 13508397.
HSL color Cylindrical-coordinate representation of color #2D1FCE: hue angle of 244.8º degrees, saturation: 0.74, 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 #2D1FCE is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 31 | 206 | - |
| CMYK | 0.78 | 0.85 | 0 | 0.19 |
| HSL | 244.8º | 0.74% | 0.46% | - |
| HSV(B) | 244.8º | 0.85% | 0.81% | - |
| XYZ | 12.71 | 5.99 | 58.88 | - |
| YUV | 55.14 | 213.14 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 31 | 206 | 0.78 | 0.85 | 0 | 0.19 | 244.8 | 0.74 | 0.46 |
| Hex | 2D | 1F | CE | 4E | 55 | 0 | 13 | F5 | 4A | 2E |
| Octal | 55 | 37 | 316 | 116 | 125 | 0 | 23 | 365 | 112 | 56 |
| Binary | 101101 | 11111 | 11001110 | 1001110 | 1010101 | 0 | 10011 | 11110101 | 1001010 | 101110 |
Color Harmonies of #2D1FCE
Complementary color
Monochromatic Colors of #2D1FCE
Black with #2D1FCE
Text Example
Text Example
White with #2D1FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1FCE; }
p { color: rgb(45,31,206); }
H1.HeaderClassName
{
color: #2D1FCE;
}
.AnyTagClassName
{
color: #2D1FCE;
}
</style>
background-color css
<style>
a { background-color: #2D1FCE; }
a { background-color: rgb(45,31,206); }
div.DivClassName
{
background-color: #2D1FCE;
}
.BgClassName
{
background-color: #2D1FCE;
}
</style>
border-color css
<style>
span { border-color: #2D1FCE; }
span { border-color: rgb(45,31,206); }
td.TdClassName
{
border-color: #2D1FCE;
}
.TagClassName
{
border-color: #2D1FCE;
}
</style>