Shades of Persian Blue #332CC0
Tints of Persian Blue #332CC0
RGB
CMYK
RGB Variations
Color information
#332CC0 (or 0x332CC0) is known color: Persian Blue. HEX triplet: 33, 2C and C0. RGB value is (51,44,192). Sum of RGB (Red+Green+Blue) = 51+44+192=287 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.77% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 192 (75.39% from 255 or 66.90% from 287); Max value from RGB is 192 - color contains mainly: blue. Hex color #332CC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332CC0 is #CCD33F. Grayscale: #3E3E3E. Windows color (decimal): -13423424 or 12594227. OLE color: 12594227.
HSL color Cylindrical-coordinate representation of color #332CC0: hue angle of 242.84º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #332CC0 is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 44 | 192 | - |
| CMYK | 0.73 | 0.77 | 0 | 0.25 |
| HSL | 242.84º | 0.63% | 0.46% | - |
| HSV(B) | 242.84º | 0.77% | 0.75% | - |
| XYZ | 11.78 | 6.31 | 50.47 | - |
| YUV | 62.97 | 200.82 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 44 | 192 | 0.73 | 0.77 | 0 | 0.25 | 242.84 | 0.63 | 0.46 |
| Hex | 33 | 2C | C0 | 49 | 4D | 0 | 19 | F3 | 3F | 2E |
| Octal | 63 | 54 | 300 | 111 | 115 | 0 | 31 | 363 | 77 | 56 |
| Binary | 110011 | 101100 | 11000000 | 1001001 | 1001101 | 0 | 11001 | 11110011 | 111111 | 101110 |
Color Harmonies of #332CC0
Complementary color
Monochromatic Colors of #332CC0
Black with #332CC0
Text Example
Text Example
White with #332CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332CC0; }
p { color: rgb(51,44,192); }
H1.HeaderClassName
{
color: #332CC0;
}
.AnyTagClassName
{
color: #332CC0;
}
</style>
background-color css
<style>
a { background-color: #332CC0; }
a { background-color: rgb(51,44,192); }
div.DivClassName
{
background-color: #332CC0;
}
.BgClassName
{
background-color: #332CC0;
}
</style>
border-color css
<style>
span { border-color: #332CC0; }
span { border-color: rgb(51,44,192); }
td.TdClassName
{
border-color: #332CC0;
}
.TagClassName
{
border-color: #332CC0;
}
</style>