Shades of Persian Blue #2D20C9
Tints of Persian Blue #2D20C9
RGB
CMYK
RGB Variations
Color information
#2D20C9 (or 0x2D20C9) is known color: Persian Blue. HEX triplet: 2D, 20 and C9. RGB value is (45,32,201). Sum of RGB (Red+Green+Blue) = 45+32+201=278 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.19% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 201 (78.91% from 255 or 72.30% from 278); Max value from RGB is 201 - color contains mainly: blue. Hex color #2D20C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D20C9 is #D2DF36. Grayscale: #363636. Windows color (decimal): -13819703 or 13180973. OLE color: 13180973.
HSL color Cylindrical-coordinate representation of color #2D20C9: hue angle of 244.62º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2D20C9 is Cyan = 0.78, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 45 | 32 | 201 | - |
| CMYK | 0.78 | 0.84 | 0 | 0.21 |
| HSL | 244.62º | 0.73% | 0.46% | - |
| HSV(B) | 244.62º | 0.84% | 0.79% | - |
| XYZ | 12.14 | 5.81 | 55.74 | - |
| YUV | 55.15 | 210.31 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 32 | 201 | 0.78 | 0.84 | 0 | 0.21 | 244.62 | 0.73 | 0.46 |
| Hex | 2D | 20 | C9 | 4E | 54 | 0 | 15 | F5 | 49 | 2E |
| Octal | 55 | 40 | 311 | 116 | 124 | 0 | 25 | 365 | 111 | 56 |
| Binary | 101101 | 100000 | 11001001 | 1001110 | 1010100 | 0 | 10101 | 11110101 | 1001001 | 101110 |
Color Harmonies of #2D20C9
Complementary color
Monochromatic Colors of #2D20C9
Black with #2D20C9
Text Example
Text Example
White with #2D20C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D20C9; }
p { color: rgb(45,32,201); }
H1.HeaderClassName
{
color: #2D20C9;
}
.AnyTagClassName
{
color: #2D20C9;
}
</style>
background-color css
<style>
a { background-color: #2D20C9; }
a { background-color: rgb(45,32,201); }
div.DivClassName
{
background-color: #2D20C9;
}
.BgClassName
{
background-color: #2D20C9;
}
</style>
border-color css
<style>
span { border-color: #2D20C9; }
span { border-color: rgb(45,32,201); }
td.TdClassName
{
border-color: #2D20C9;
}
.TagClassName
{
border-color: #2D20C9;
}
</style>