Shades of Persian Blue #332ECD
Tints of Persian Blue #332ECD
RGB
CMYK
RGB Variations
Color information
#332ECD (or 0x332ECD) is known color: Persian Blue. HEX triplet: 33, 2E and CD. RGB value is (51,46,205). Sum of RGB (Red+Green+Blue) = 51+46+205=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 46 (18.36% from 255 or 15.23% from 302); Blue value is 205 (80.47% from 255 or 67.88% from 302); Max value from RGB is 205 - color contains mainly: blue. Hex color #332ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332ECD is #CCD132. Grayscale: #404040. Windows color (decimal): -13422899 or 13446707. OLE color: 13446707.
HSL color Cylindrical-coordinate representation of color #332ECD: hue angle of 241.89º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #332ECD is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 46 | 205 | - |
| CMYK | 0.75 | 0.78 | 0 | 0.20 |
| HSL | 241.89º | 0.63% | 0.49% | - |
| HSV(B) | 241.89º | 0.78% | 0.8% | - |
| XYZ | 13.36 | 7.07 | 58.42 | - |
| YUV | 65.62 | 206.66 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 46 | 205 | 0.75 | 0.78 | 0 | 0.20 | 241.89 | 0.63 | 0.49 |
| Hex | 33 | 2E | CD | 4B | 4E | 0 | 14 | F2 | 3F | 31 |
| Octal | 63 | 56 | 315 | 113 | 116 | 0 | 24 | 362 | 77 | 61 |
| Binary | 110011 | 101110 | 11001101 | 1001011 | 1001110 | 0 | 10100 | 11110010 | 111111 | 110001 |
Color Harmonies of #332ECD
Complementary color
Monochromatic Colors of #332ECD
Black with #332ECD
Text Example
Text Example
White with #332ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332ECD; }
p { color: rgb(51,46,205); }
H1.HeaderClassName
{
color: #332ECD;
}
.AnyTagClassName
{
color: #332ECD;
}
</style>
background-color css
<style>
a { background-color: #332ECD; }
a { background-color: rgb(51,46,205); }
div.DivClassName
{
background-color: #332ECD;
}
.BgClassName
{
background-color: #332ECD;
}
</style>
border-color css
<style>
span { border-color: #332ECD; }
span { border-color: rgb(51,46,205); }
td.TdClassName
{
border-color: #332ECD;
}
.TagClassName
{
border-color: #332ECD;
}
</style>