Shades of Persian Blue #2D31CE
Tints of Persian Blue #2D31CE
RGB
CMYK
RGB Variations
Color information
#2D31CE (or 0x2D31CE) is known color: Persian Blue. HEX triplet: 2D, 31 and CE. RGB value is (45,49,206). Sum of RGB (Red+Green+Blue) = 45+49+206=300 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 206 (80.86% from 255 or 68.67% from 300); Max value from RGB is 206 - color contains mainly: blue. Hex color #2D31CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D31CE is #D2CE31. Grayscale: #414141. Windows color (decimal): -13815346 or 13513005. OLE color: 13513005.
HSL color Cylindrical-coordinate representation of color #2D31CE: hue angle of 238.51º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D31CE is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 49 | 206 | - |
| CMYK | 0.78 | 0.76 | 0 | 0.19 |
| HSL | 238.51º | 0.64% | 0.49% | - |
| HSV(B) | 238.51º | 0.78% | 0.81% | - |
| XYZ | 13.32 | 7.21 | 59.08 | - |
| YUV | 65.7 | 207.17 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 49 | 206 | 0.78 | 0.76 | 0 | 0.19 | 238.51 | 0.64 | 0.49 |
| Hex | 2D | 31 | CE | 4E | 4C | 0 | 13 | EF | 40 | 31 |
| Octal | 55 | 61 | 316 | 116 | 114 | 0 | 23 | 357 | 100 | 61 |
| Binary | 101101 | 110001 | 11001110 | 1001110 | 1001100 | 0 | 10011 | 11101111 | 1000000 | 110001 |
Color Harmonies of #2D31CE
Complementary color
Monochromatic Colors of #2D31CE
Black with #2D31CE
Text Example
Text Example
White with #2D31CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D31CE; }
p { color: rgb(45,49,206); }
H1.HeaderClassName
{
color: #2D31CE;
}
.AnyTagClassName
{
color: #2D31CE;
}
</style>
background-color css
<style>
a { background-color: #2D31CE; }
a { background-color: rgb(45,49,206); }
div.DivClassName
{
background-color: #2D31CE;
}
.BgClassName
{
background-color: #2D31CE;
}
</style>
border-color css
<style>
span { border-color: #2D31CE; }
span { border-color: rgb(45,49,206); }
td.TdClassName
{
border-color: #2D31CE;
}
.TagClassName
{
border-color: #2D31CE;
}
</style>