Shades of Persian Blue #2923DC
Tints of Persian Blue #2923DC
RGB
CMYK
RGB Variations
Color information
#2923DC (or 0x2923DC) is known color: Persian Blue. HEX triplet: 29, 23 and DC. RGB value is (41,35,220). Sum of RGB (Red+Green+Blue) = 41+35+220=296 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.85% from 296); Green value is 35 (14.06% from 255 or 11.82% from 296); Blue value is 220 (86.33% from 255 or 74.32% from 296); Max value from RGB is 220 - color contains mainly: blue. Hex color #2923DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2923DC is #D6DC23. Grayscale: #393939. Windows color (decimal): -14081060 or 14426921. OLE color: 14426921.
HSL color Cylindrical-coordinate representation of color #2923DC: hue angle of 241.95º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2923DC is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 35 | 220 | - |
| CMYK | 0.81 | 0.84 | 0 | 0.14 |
| HSL | 241.95º | 0.73% | 0.5% | - |
| HSV(B) | 241.95º | 0.84% | 0.86% | - |
| XYZ | 14.43 | 6.84 | 68.27 | - |
| YUV | 57.88 | 219.49 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 35 | 220 | 0.81 | 0.84 | 0 | 0.14 | 241.95 | 0.73 | 0.5 |
| Hex | 29 | 23 | DC | 51 | 54 | 0 | E | F2 | 49 | 32 |
| Octal | 51 | 43 | 334 | 121 | 124 | 0 | 16 | 362 | 111 | 62 |
| Binary | 101001 | 100011 | 11011100 | 1010001 | 1010100 | 0 | 1110 | 11110010 | 1001001 | 110010 |
Color Harmonies of #2923DC
Complementary color
Monochromatic Colors of #2923DC
Black with #2923DC
Text Example
Text Example
White with #2923DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2923DC; }
p { color: rgb(41,35,220); }
H1.HeaderClassName
{
color: #2923DC;
}
.AnyTagClassName
{
color: #2923DC;
}
</style>
background-color css
<style>
a { background-color: #2923DC; }
a { background-color: rgb(41,35,220); }
div.DivClassName
{
background-color: #2923DC;
}
.BgClassName
{
background-color: #2923DC;
}
</style>
border-color css
<style>
span { border-color: #2923DC; }
span { border-color: rgb(41,35,220); }
td.TdClassName
{
border-color: #2923DC;
}
.TagClassName
{
border-color: #2923DC;
}
</style>