Shades of Persian Blue #332FAC
Tints of Persian Blue #332FAC
RGB
CMYK
RGB Variations
Color information
#332FAC (or 0x332FAC) is known color: Persian Blue. HEX triplet: 33, 2F and AC. RGB value is (51,47,172). Sum of RGB (Red+Green+Blue) = 51+47+172=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 47 (18.75% from 255 or 17.41% from 270); Blue value is 172 (67.58% from 255 or 63.70% from 270); Max value from RGB is 172 - color contains mainly: blue. Hex color #332FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332FAC is #CCD053. Grayscale: #3D3D3D. Windows color (decimal): -13422676 or 11284275. OLE color: 11284275.
HSL color Cylindrical-coordinate representation of color #332FAC: hue angle of 241.92º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #332FAC is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 47 | 172 | - |
| CMYK | 0.70 | 0.73 | 0 | 0.33 |
| HSL | 241.92º | 0.57% | 0.43% | - |
| HSV(B) | 241.92º | 0.73% | 0.67% | - |
| XYZ | 9.83 | 5.72 | 39.61 | - |
| YUV | 62.45 | 189.83 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 47 | 172 | 0.70 | 0.73 | 0 | 0.33 | 241.92 | 0.57 | 0.43 |
| Hex | 33 | 2F | AC | 46 | 49 | 0 | 21 | F2 | 39 | 2B |
| Octal | 63 | 57 | 254 | 106 | 111 | 0 | 41 | 362 | 71 | 53 |
| Binary | 110011 | 101111 | 10101100 | 1000110 | 1001001 | 0 | 100001 | 11110010 | 111001 | 101011 |
Color Harmonies of #332FAC
Complementary color
Monochromatic Colors of #332FAC
Black with #332FAC
Text Example
Text Example
White with #332FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332FAC; }
p { color: rgb(51,47,172); }
H1.HeaderClassName
{
color: #332FAC;
}
.AnyTagClassName
{
color: #332FAC;
}
</style>
background-color css
<style>
a { background-color: #332FAC; }
a { background-color: rgb(51,47,172); }
div.DivClassName
{
background-color: #332FAC;
}
.BgClassName
{
background-color: #332FAC;
}
</style>
border-color css
<style>
span { border-color: #332FAC; }
span { border-color: rgb(51,47,172); }
td.TdClassName
{
border-color: #332FAC;
}
.TagClassName
{
border-color: #332FAC;
}
</style>