Shades of Persian Blue #2835E7
Tints of Persian Blue #2835E7
RGB
CMYK
RGB Variations
Color information
#2835E7 (or 0x2835E7) is known color: Persian Blue. HEX triplet: 28, 35 and E7. RGB value is (40,53,231). Sum of RGB (Red+Green+Blue) = 40+53+231=324 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.35% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 231 (90.62% from 255 or 71.30% from 324); Max value from RGB is 231 - color contains mainly: blue. Hex color #2835E7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2835E7 is #D7CA18. Grayscale: #444444. Windows color (decimal): -14141977 or 15152424. OLE color: 15152424.
HSL color Cylindrical-coordinate representation of color #2835E7: hue angle of 235.92º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2835E7 is Cyan = 0.83, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 40 | 53 | 231 | - |
| CMYK | 0.83 | 0.77 | 0 | 0.09 |
| HSL | 235.92º | 0.8% | 0.53% | - |
| HSV(B) | 235.92º | 0.83% | 0.91% | - |
| XYZ | 16.57 | 8.77 | 76.42 | - |
| YUV | 69.41 | 219.19 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 53 | 231 | 0.83 | 0.77 | 0 | 0.09 | 235.92 | 0.8 | 0.53 |
| Hex | 28 | 35 | E7 | 53 | 4D | 0 | 9 | EC | 50 | 35 |
| Octal | 50 | 65 | 347 | 123 | 115 | 0 | 11 | 354 | 120 | 65 |
| Binary | 101000 | 110101 | 11100111 | 1010011 | 1001101 | 0 | 1001 | 11101100 | 1010000 | 110101 |
Color Harmonies of #2835E7
Complementary color
Monochromatic Colors of #2835E7
Black with #2835E7
Text Example
Text Example
White with #2835E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2835E7; }
p { color: rgb(40,53,231); }
H1.HeaderClassName
{
color: #2835E7;
}
.AnyTagClassName
{
color: #2835E7;
}
</style>
background-color css
<style>
a { background-color: #2835E7; }
a { background-color: rgb(40,53,231); }
div.DivClassName
{
background-color: #2835E7;
}
.BgClassName
{
background-color: #2835E7;
}
</style>
border-color css
<style>
span { border-color: #2835E7; }
span { border-color: rgb(40,53,231); }
td.TdClassName
{
border-color: #2835E7;
}
.TagClassName
{
border-color: #2835E7;
}
</style>