Shades of Persian Blue #2935C1
Tints of Persian Blue #2935C1
RGB
CMYK
RGB Variations
Color information
#2935C1 (or 0x2935C1) is known color: Persian Blue. HEX triplet: 29, 35 and C1. RGB value is (41,53,193). Sum of RGB (Red+Green+Blue) = 41+53+193=287 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.29% from 287); Green value is 53 (21.09% from 255 or 18.47% from 287); Blue value is 193 (75.78% from 255 or 67.25% from 287); Max value from RGB is 193 - color contains mainly: blue. Hex color #2935C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2935C1 is #D6CA3E. Grayscale: #404040. Windows color (decimal): -14076479 or 12662057. OLE color: 12662057.
HSL color Cylindrical-coordinate representation of color #2935C1: hue angle of 235.26º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2935C1 is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 41 | 53 | 193 | - |
| CMYK | 0.79 | 0.73 | 0 | 0.24 |
| HSL | 235.26º | 0.65% | 0.46% | - |
| HSV(B) | 235.26º | 0.79% | 0.76% | - |
| XYZ | 11.81 | 6.87 | 51.16 | - |
| YUV | 65.37 | 200.02 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 53 | 193 | 0.79 | 0.73 | 0 | 0.24 | 235.26 | 0.65 | 0.46 |
| Hex | 29 | 35 | C1 | 4F | 49 | 0 | 18 | EB | 41 | 2E |
| Octal | 51 | 65 | 301 | 117 | 111 | 0 | 30 | 353 | 101 | 56 |
| Binary | 101001 | 110101 | 11000001 | 1001111 | 1001001 | 0 | 11000 | 11101011 | 1000001 | 101110 |
Color Harmonies of #2935C1
Complementary color
Monochromatic Colors of #2935C1
Black with #2935C1
Text Example
Text Example
White with #2935C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2935C1; }
p { color: rgb(41,53,193); }
H1.HeaderClassName
{
color: #2935C1;
}
.AnyTagClassName
{
color: #2935C1;
}
</style>
background-color css
<style>
a { background-color: #2935C1; }
a { background-color: rgb(41,53,193); }
div.DivClassName
{
background-color: #2935C1;
}
.BgClassName
{
background-color: #2935C1;
}
</style>
border-color css
<style>
span { border-color: #2935C1; }
span { border-color: rgb(41,53,193); }
td.TdClassName
{
border-color: #2935C1;
}
.TagClassName
{
border-color: #2935C1;
}
</style>