Shades of Persian Blue #2920CA
Tints of Persian Blue #2920CA
RGB
CMYK
RGB Variations
Color information
#2920CA (or 0x2920CA) is known color: Persian Blue. HEX triplet: 29, 20 and CA. RGB value is (41,32,202). Sum of RGB (Red+Green+Blue) = 41+32+202=275 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.91% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 202 (79.30% from 255 or 73.45% from 275); Max value from RGB is 202 - color contains mainly: blue. Hex color #2920CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2920CA is #D6DF35. Grayscale: #353535. Windows color (decimal): -14081846 or 13246505. OLE color: 13246505.
HSL color Cylindrical-coordinate representation of color #2920CA: hue angle of 243.18º 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 #2920CA is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 41 | 32 | 202 | - |
| CMYK | 0.80 | 0.84 | 0 | 0.21 |
| HSL | 243.18º | 0.73% | 0.46% | - |
| HSV(B) | 243.18º | 0.84% | 0.79% | - |
| XYZ | 12.09 | 5.77 | 56.35 | - |
| YUV | 54.07 | 211.48 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 32 | 202 | 0.80 | 0.84 | 0 | 0.21 | 243.18 | 0.73 | 0.46 |
| Hex | 29 | 20 | CA | 50 | 54 | 0 | 15 | F3 | 49 | 2E |
| Octal | 51 | 40 | 312 | 120 | 124 | 0 | 25 | 363 | 111 | 56 |
| Binary | 101001 | 100000 | 11001010 | 1010000 | 1010100 | 0 | 10101 | 11110011 | 1001001 | 101110 |
Color Harmonies of #2920CA
Complementary color
Monochromatic Colors of #2920CA
Black with #2920CA
Text Example
Text Example
White with #2920CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2920CA; }
p { color: rgb(41,32,202); }
H1.HeaderClassName
{
color: #2920CA;
}
.AnyTagClassName
{
color: #2920CA;
}
</style>
background-color css
<style>
a { background-color: #2920CA; }
a { background-color: rgb(41,32,202); }
div.DivClassName
{
background-color: #2920CA;
}
.BgClassName
{
background-color: #2920CA;
}
</style>
border-color css
<style>
span { border-color: #2920CA; }
span { border-color: rgb(41,32,202); }
td.TdClassName
{
border-color: #2920CA;
}
.TagClassName
{
border-color: #2920CA;
}
</style>