Shades of Persian Blue #2935C9
Tints of Persian Blue #2935C9
RGB
CMYK
RGB Variations
Color information
#2935C9 (or 0x2935C9) is known color: Persian Blue. HEX triplet: 29, 35 and C9. RGB value is (41,53,201). Sum of RGB (Red+Green+Blue) = 41+53+201=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 201 (78.91% from 255 or 68.14% from 295); Max value from RGB is 201 - color contains mainly: blue. Hex color #2935C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2935C9 is #D6CA36. Grayscale: #414141. Windows color (decimal): -14076471 or 13186345. OLE color: 13186345.
HSL color Cylindrical-coordinate representation of color #2935C9: hue angle of 235.5º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2935C9 is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 41 | 53 | 201 | - |
| CMYK | 0.80 | 0.74 | 0 | 0.21 |
| HSL | 235.5º | 0.66% | 0.47% | - |
| HSV(B) | 235.5º | 0.8% | 0.79% | - |
| XYZ | 12.73 | 7.23 | 55.98 | - |
| YUV | 66.28 | 204.02 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 53 | 201 | 0.80 | 0.74 | 0 | 0.21 | 235.5 | 0.66 | 0.47 |
| Hex | 29 | 35 | C9 | 50 | 4A | 0 | 15 | EC | 42 | 2F |
| Octal | 51 | 65 | 311 | 120 | 112 | 0 | 25 | 354 | 102 | 57 |
| Binary | 101001 | 110101 | 11001001 | 1010000 | 1001010 | 0 | 10101 | 11101100 | 1000010 | 101111 |
Color Harmonies of #2935C9
Complementary color
Monochromatic Colors of #2935C9
Black with #2935C9
Text Example
Text Example
White with #2935C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2935C9; }
p { color: rgb(41,53,201); }
H1.HeaderClassName
{
color: #2935C9;
}
.AnyTagClassName
{
color: #2935C9;
}
</style>
background-color css
<style>
a { background-color: #2935C9; }
a { background-color: rgb(41,53,201); }
div.DivClassName
{
background-color: #2935C9;
}
.BgClassName
{
background-color: #2935C9;
}
</style>
border-color css
<style>
span { border-color: #2935C9; }
span { border-color: rgb(41,53,201); }
td.TdClassName
{
border-color: #2935C9;
}
.TagClassName
{
border-color: #2935C9;
}
</style>