Shades of Persian Blue #2D20DC
Tints of Persian Blue #2D20DC
RGB
CMYK
RGB Variations
Color information
#2D20DC (or 0x2D20DC) is known color: Persian Blue. HEX triplet: 2D, 20 and DC. RGB value is (45,32,220). Sum of RGB (Red+Green+Blue) = 45+32+220=297 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.15% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 220 (86.33% from 255 or 74.07% from 297); Max value from RGB is 220 - color contains mainly: blue. Hex color #2D20DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D20DC is #D2DF23. Grayscale: #383838. Windows color (decimal): -13819684 or 14426157. OLE color: 14426157.
HSL color Cylindrical-coordinate representation of color #2D20DC: hue angle of 244.15º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2D20DC is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 32 | 220 | - |
| CMYK | 0.80 | 0.85 | 0 | 0.14 |
| HSL | 244.15º | 0.75% | 0.49% | - |
| HSV(B) | 244.15º | 0.85% | 0.86% | - |
| XYZ | 14.52 | 6.76 | 68.25 | - |
| YUV | 57.32 | 219.81 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 32 | 220 | 0.80 | 0.85 | 0 | 0.14 | 244.15 | 0.75 | 0.49 |
| Hex | 2D | 20 | DC | 50 | 55 | 0 | E | F4 | 4B | 31 |
| Octal | 55 | 40 | 334 | 120 | 125 | 0 | 16 | 364 | 113 | 61 |
| Binary | 101101 | 100000 | 11011100 | 1010000 | 1010101 | 0 | 1110 | 11110100 | 1001011 | 110001 |
Color Harmonies of #2D20DC
Complementary color
Monochromatic Colors of #2D20DC
Black with #2D20DC
Text Example
Text Example
White with #2D20DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D20DC; }
p { color: rgb(45,32,220); }
H1.HeaderClassName
{
color: #2D20DC;
}
.AnyTagClassName
{
color: #2D20DC;
}
</style>
background-color css
<style>
a { background-color: #2D20DC; }
a { background-color: rgb(45,32,220); }
div.DivClassName
{
background-color: #2D20DC;
}
.BgClassName
{
background-color: #2D20DC;
}
</style>
border-color css
<style>
span { border-color: #2D20DC; }
span { border-color: rgb(45,32,220); }
td.TdClassName
{
border-color: #2D20DC;
}
.TagClassName
{
border-color: #2D20DC;
}
</style>