Shades of Persian Blue #2935AD
Tints of Persian Blue #2935AD
RGB
CMYK
RGB Variations
Color information
#2935AD (or 0x2935AD) is known color: Persian Blue. HEX triplet: 29, 35 and AD. RGB value is (41,53,173). Sum of RGB (Red+Green+Blue) = 41+53+173=267 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.36% from 267); Green value is 53 (21.09% from 255 or 19.85% from 267); Blue value is 173 (67.97% from 255 or 64.79% from 267); Max value from RGB is 173 - color contains mainly: blue. Hex color #2935AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2935AD is #D6CA52. Grayscale: #3E3E3E. Windows color (decimal): -14076499 or 11351337. OLE color: 11351337.
HSL color Cylindrical-coordinate representation of color #2935AD: hue angle of 234.55º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2935AD is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 41 | 53 | 173 | - |
| CMYK | 0.76 | 0.69 | 0 | 0.32 |
| HSL | 234.55º | 0.62% | 0.42% | - |
| HSV(B) | 234.55º | 0.76% | 0.68% | - |
| XYZ | 9.73 | 6.03 | 40.19 | - |
| YUV | 63.09 | 190.02 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 53 | 173 | 0.76 | 0.69 | 0 | 0.32 | 234.55 | 0.62 | 0.42 |
| Hex | 29 | 35 | AD | 4C | 45 | 0 | 20 | EB | 3E | 2A |
| Octal | 51 | 65 | 255 | 114 | 105 | 0 | 40 | 353 | 76 | 52 |
| Binary | 101001 | 110101 | 10101101 | 1001100 | 1000101 | 0 | 100000 | 11101011 | 111110 | 101010 |
Color Harmonies of #2935AD
Complementary color
Monochromatic Colors of #2935AD
Black with #2935AD
Text Example
Text Example
White with #2935AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2935AD; }
p { color: rgb(41,53,173); }
H1.HeaderClassName
{
color: #2935AD;
}
.AnyTagClassName
{
color: #2935AD;
}
</style>
background-color css
<style>
a { background-color: #2935AD; }
a { background-color: rgb(41,53,173); }
div.DivClassName
{
background-color: #2935AD;
}
.BgClassName
{
background-color: #2935AD;
}
</style>
border-color css
<style>
span { border-color: #2935AD; }
span { border-color: rgb(41,53,173); }
td.TdClassName
{
border-color: #2935AD;
}
.TagClassName
{
border-color: #2935AD;
}
</style>