Shades of Persian Blue #332FA6
Tints of Persian Blue #332FA6
RGB
CMYK
RGB Variations
Color information
#332FA6 (or 0x332FA6) is known color: Persian Blue. HEX triplet: 33, 2F and A6. RGB value is (51,47,166). Sum of RGB (Red+Green+Blue) = 51+47+166=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 47 (18.75% from 255 or 17.80% from 264); Blue value is 166 (65.23% from 255 or 62.88% from 264); Max value from RGB is 166 - color contains mainly: blue. Hex color #332FA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332FA6 is #CCD059. Grayscale: #3D3D3D. Windows color (decimal): -13422682 or 10891059. OLE color: 10891059.
HSL color Cylindrical-coordinate representation of color #332FA6: hue angle of 242.02º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #332FA6 is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 51 | 47 | 166 | - |
| CMYK | 0.69 | 0.72 | 0 | 0.35 |
| HSL | 242.02º | 0.56% | 0.42% | - |
| HSV(B) | 242.02º | 0.72% | 0.65% | - |
| XYZ | 9.26 | 5.49 | 36.65 | - |
| YUV | 61.76 | 186.83 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 47 | 166 | 0.69 | 0.72 | 0 | 0.35 | 242.02 | 0.56 | 0.42 |
| Hex | 33 | 2F | A6 | 45 | 48 | 0 | 23 | F2 | 38 | 2A |
| Octal | 63 | 57 | 246 | 105 | 110 | 0 | 43 | 362 | 70 | 52 |
| Binary | 110011 | 101111 | 10100110 | 1000101 | 1001000 | 0 | 100011 | 11110010 | 111000 | 101010 |
Color Harmonies of #332FA6
Complementary color
Monochromatic Colors of #332FA6
Black with #332FA6
Text Example
Text Example
White with #332FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332FA6; }
p { color: rgb(51,47,166); }
H1.HeaderClassName
{
color: #332FA6;
}
.AnyTagClassName
{
color: #332FA6;
}
</style>
background-color css
<style>
a { background-color: #332FA6; }
a { background-color: rgb(51,47,166); }
div.DivClassName
{
background-color: #332FA6;
}
.BgClassName
{
background-color: #332FA6;
}
</style>
border-color css
<style>
span { border-color: #332FA6; }
span { border-color: rgb(51,47,166); }
td.TdClassName
{
border-color: #332FA6;
}
.TagClassName
{
border-color: #332FA6;
}
</style>