Shades of Persian Blue #2930DC
Tints of Persian Blue #2930DC
RGB
CMYK
RGB Variations
Color information
#2930DC (or 0x2930DC) is known color: Persian Blue. HEX triplet: 29, 30 and DC. RGB value is (41,48,220). Sum of RGB (Red+Green+Blue) = 41+48+220=309 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.27% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 220 (86.33% from 255 or 71.20% from 309); Max value from RGB is 220 - color contains mainly: blue. Hex color #2930DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2930DC is #D6CF23. Grayscale: #404040. Windows color (decimal): -14077732 or 14430249. OLE color: 14430249.
HSL color Cylindrical-coordinate representation of color #2930DC: hue angle of 237.65º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2930DC is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 48 | 220 | - |
| CMYK | 0.81 | 0.78 | 0 | 0.14 |
| HSL | 237.65º | 0.72% | 0.51% | - |
| HSV(B) | 237.65º | 0.81% | 0.86% | - |
| XYZ | 14.89 | 7.75 | 68.42 | - |
| YUV | 65.52 | 215.18 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 48 | 220 | 0.81 | 0.78 | 0 | 0.14 | 237.65 | 0.72 | 0.51 |
| Hex | 29 | 30 | DC | 51 | 4E | 0 | E | EE | 48 | 33 |
| Octal | 51 | 60 | 334 | 121 | 116 | 0 | 16 | 356 | 110 | 63 |
| Binary | 101001 | 110000 | 11011100 | 1010001 | 1001110 | 0 | 1110 | 11101110 | 1001000 | 110011 |
Color Harmonies of #2930DC
Complementary color
Monochromatic Colors of #2930DC
Black with #2930DC
Text Example
Text Example
White with #2930DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2930DC; }
p { color: rgb(41,48,220); }
H1.HeaderClassName
{
color: #2930DC;
}
.AnyTagClassName
{
color: #2930DC;
}
</style>
background-color css
<style>
a { background-color: #2930DC; }
a { background-color: rgb(41,48,220); }
div.DivClassName
{
background-color: #2930DC;
}
.BgClassName
{
background-color: #2930DC;
}
</style>
border-color css
<style>
span { border-color: #2930DC; }
span { border-color: rgb(41,48,220); }
td.TdClassName
{
border-color: #2930DC;
}
.TagClassName
{
border-color: #2930DC;
}
</style>