Shades of Persian Blue #332FCC
Tints of Persian Blue #332FCC
RGB
CMYK
RGB Variations
Color information
#332FCC (or 0x332FCC) is known color: Persian Blue. HEX triplet: 33, 2F and CC. RGB value is (51,47,204). Sum of RGB (Red+Green+Blue) = 51+47+204=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 47 (18.75% from 255 or 15.56% from 302); Blue value is 204 (80.08% from 255 or 67.55% from 302); Max value from RGB is 204 - color contains mainly: blue. Hex color #332FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332FCC is #CCD033. Grayscale: #414141. Windows color (decimal): -13422644 or 13381427. OLE color: 13381427.
HSL color Cylindrical-coordinate representation of color #332FCC: hue angle of 241.53º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #332FCC is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 51 | 47 | 204 | - |
| CMYK | 0.75 | 0.77 | 0 | 0.2 |
| HSL | 241.53º | 0.63% | 0.49% | - |
| HSV(B) | 241.53º | 0.77% | 0.8% | - |
| XYZ | 13.28 | 7.1 | 57.8 | - |
| YUV | 66.09 | 205.83 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 47 | 204 | 0.75 | 0.77 | 0 | 0.2 | 241.53 | 0.63 | 0.49 |
| Hex | 33 | 2F | CC | 4B | 4D | 0 | 14 | F2 | 3F | 31 |
| Octal | 63 | 57 | 314 | 113 | 115 | 0 | 24 | 362 | 77 | 61 |
| Binary | 110011 | 101111 | 11001100 | 1001011 | 1001101 | 0 | 10100 | 11110010 | 111111 | 110001 |
Color Harmonies of #332FCC
Complementary color
Monochromatic Colors of #332FCC
Black with #332FCC
Text Example
Text Example
White with #332FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332FCC; }
p { color: rgb(51,47,204); }
H1.HeaderClassName
{
color: #332FCC;
}
.AnyTagClassName
{
color: #332FCC;
}
</style>
background-color css
<style>
a { background-color: #332FCC; }
a { background-color: rgb(51,47,204); }
div.DivClassName
{
background-color: #332FCC;
}
.BgClassName
{
background-color: #332FCC;
}
</style>
border-color css
<style>
span { border-color: #332FCC; }
span { border-color: rgb(51,47,204); }
td.TdClassName
{
border-color: #332FCC;
}
.TagClassName
{
border-color: #332FCC;
}
</style>