Shades of Persian Blue #332ECF
Tints of Persian Blue #332ECF
RGB
CMYK
RGB Variations
Color information
#332ECF (or 0x332ECF) is known color: Persian Blue. HEX triplet: 33, 2E and CF. RGB value is (51,46,207). Sum of RGB (Red+Green+Blue) = 51+46+207=304 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.78% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 207 (81.25% from 255 or 68.09% from 304); Max value from RGB is 207 - color contains mainly: blue. Hex color #332ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332ECF is #CCD130. Grayscale: #414141. Windows color (decimal): -13422897 or 13577779. OLE color: 13577779.
HSL color Cylindrical-coordinate representation of color #332ECF: hue angle of 241.86º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #332ECF is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 46 | 207 | - |
| CMYK | 0.75 | 0.78 | 0 | 0.19 |
| HSL | 241.86º | 0.64% | 0.5% | - |
| HSV(B) | 241.86º | 0.78% | 0.81% | - |
| XYZ | 13.6 | 7.16 | 59.7 | - |
| YUV | 65.85 | 207.66 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 46 | 207 | 0.75 | 0.78 | 0 | 0.19 | 241.86 | 0.64 | 0.5 |
| Hex | 33 | 2E | CF | 4B | 4E | 0 | 13 | F2 | 40 | 32 |
| Octal | 63 | 56 | 317 | 113 | 116 | 0 | 23 | 362 | 100 | 62 |
| Binary | 110011 | 101110 | 11001111 | 1001011 | 1001110 | 0 | 10011 | 11110010 | 1000000 | 110010 |
Color Harmonies of #332ECF
Complementary color
Monochromatic Colors of #332ECF
Black with #332ECF
Text Example
Text Example
White with #332ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332ECF; }
p { color: rgb(51,46,207); }
H1.HeaderClassName
{
color: #332ECF;
}
.AnyTagClassName
{
color: #332ECF;
}
</style>
background-color css
<style>
a { background-color: #332ECF; }
a { background-color: rgb(51,46,207); }
div.DivClassName
{
background-color: #332ECF;
}
.BgClassName
{
background-color: #332ECF;
}
</style>
border-color css
<style>
span { border-color: #332ECF; }
span { border-color: rgb(51,46,207); }
td.TdClassName
{
border-color: #332ECF;
}
.TagClassName
{
border-color: #332ECF;
}
</style>