Shades of Persian Blue #2832DA
Tints of Persian Blue #2832DA
RGB
CMYK
RGB Variations
Color information
#2832DA (or 0x2832DA) is known color: Persian Blue. HEX triplet: 28, 32 and DA. RGB value is (40,50,218). Sum of RGB (Red+Green+Blue) = 40+50+218=308 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.99% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 218 (85.55% from 255 or 70.78% from 308); Max value from RGB is 218 - color contains mainly: blue. Hex color #2832DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2832DA is #D7CD25. Grayscale: #414141. Windows color (decimal): -14142758 or 14299688. OLE color: 14299688.
HSL color Cylindrical-coordinate representation of color #2832DA: hue angle of 236.63º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2832DA is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 50 | 218 | - |
| CMYK | 0.82 | 0.77 | 0 | 0.15 |
| HSL | 236.63º | 0.71% | 0.51% | - |
| HSV(B) | 236.63º | 0.82% | 0.85% | - |
| XYZ | 14.67 | 7.79 | 67.06 | - |
| YUV | 66.16 | 213.69 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 50 | 218 | 0.82 | 0.77 | 0 | 0.15 | 236.63 | 0.71 | 0.51 |
| Hex | 28 | 32 | DA | 52 | 4D | 0 | F | ED | 47 | 33 |
| Octal | 50 | 62 | 332 | 122 | 115 | 0 | 17 | 355 | 107 | 63 |
| Binary | 101000 | 110010 | 11011010 | 1010010 | 1001101 | 0 | 1111 | 11101101 | 1000111 | 110011 |
Color Harmonies of #2832DA
Complementary color
Monochromatic Colors of #2832DA
Black with #2832DA
Text Example
Text Example
White with #2832DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2832DA; }
p { color: rgb(40,50,218); }
H1.HeaderClassName
{
color: #2832DA;
}
.AnyTagClassName
{
color: #2832DA;
}
</style>
background-color css
<style>
a { background-color: #2832DA; }
a { background-color: rgb(40,50,218); }
div.DivClassName
{
background-color: #2832DA;
}
.BgClassName
{
background-color: #2832DA;
}
</style>
border-color css
<style>
span { border-color: #2832DA; }
span { border-color: rgb(40,50,218); }
td.TdClassName
{
border-color: #2832DA;
}
.TagClassName
{
border-color: #2832DA;
}
</style>