Shades of Persian Blue #2D31C0
Tints of Persian Blue #2D31C0
RGB
CMYK
RGB Variations
Color information
#2D31C0 (or 0x2D31C0) is known color: Persian Blue. HEX triplet: 2D, 31 and C0. RGB value is (45,49,192). Sum of RGB (Red+Green+Blue) = 45+49+192=286 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.73% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 192 (75.39% from 255 or 67.13% from 286); Max value from RGB is 192 - color contains mainly: blue. Hex color #2D31C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D31C0 is #D2CE3F. Grayscale: #3F3F3F. Windows color (decimal): -13815360 or 12595501. OLE color: 12595501.
HSL color Cylindrical-coordinate representation of color #2D31C0: hue angle of 238.37º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D31C0 is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 49 | 192 | - |
| CMYK | 0.77 | 0.74 | 0 | 0.25 |
| HSL | 238.37º | 0.62% | 0.46% | - |
| HSV(B) | 238.37º | 0.77% | 0.75% | - |
| XYZ | 11.69 | 6.56 | 50.52 | - |
| YUV | 64.11 | 200.17 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 49 | 192 | 0.77 | 0.74 | 0 | 0.25 | 238.37 | 0.62 | 0.46 |
| Hex | 2D | 31 | C0 | 4D | 4A | 0 | 19 | EE | 3E | 2E |
| Octal | 55 | 61 | 300 | 115 | 112 | 0 | 31 | 356 | 76 | 56 |
| Binary | 101101 | 110001 | 11000000 | 1001101 | 1001010 | 0 | 11001 | 11101110 | 111110 | 101110 |
Color Harmonies of #2D31C0
Complementary color
Monochromatic Colors of #2D31C0
Black with #2D31C0
Text Example
Text Example
White with #2D31C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D31C0; }
p { color: rgb(45,49,192); }
H1.HeaderClassName
{
color: #2D31C0;
}
.AnyTagClassName
{
color: #2D31C0;
}
</style>
background-color css
<style>
a { background-color: #2D31C0; }
a { background-color: rgb(45,49,192); }
div.DivClassName
{
background-color: #2D31C0;
}
.BgClassName
{
background-color: #2D31C0;
}
</style>
border-color css
<style>
span { border-color: #2D31C0; }
span { border-color: rgb(45,49,192); }
td.TdClassName
{
border-color: #2D31C0;
}
.TagClassName
{
border-color: #2D31C0;
}
</style>