Shades of Persian Blue #332AC0
Tints of Persian Blue #332AC0
RGB
CMYK
RGB Variations
Color information
#332AC0 (or 0x332AC0) is known color: Persian Blue. HEX triplet: 33, 2A and C0. RGB value is (51,42,192). Sum of RGB (Red+Green+Blue) = 51+42+192=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 42 (16.80% from 255 or 14.74% from 285); Blue value is 192 (75.39% from 255 or 67.37% from 285); Max value from RGB is 192 - color contains mainly: blue. Hex color #332AC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332AC0 is #CCD53F. Grayscale: #3D3D3D. Windows color (decimal): -13423936 or 12593715. OLE color: 12593715.
HSL color Cylindrical-coordinate representation of color #332AC0: hue angle of 243.6º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #332AC0 is Cyan = 0.73, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 42 | 192 | - |
| CMYK | 0.73 | 0.78 | 0 | 0.25 |
| HSL | 243.6º | 0.64% | 0.46% | - |
| HSV(B) | 243.6º | 0.78% | 0.75% | - |
| XYZ | 11.71 | 6.17 | 50.44 | - |
| YUV | 61.79 | 201.48 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 42 | 192 | 0.73 | 0.78 | 0 | 0.25 | 243.6 | 0.64 | 0.46 |
| Hex | 33 | 2A | C0 | 49 | 4E | 0 | 19 | F4 | 40 | 2E |
| Octal | 63 | 52 | 300 | 111 | 116 | 0 | 31 | 364 | 100 | 56 |
| Binary | 110011 | 101010 | 11000000 | 1001001 | 1001110 | 0 | 11001 | 11110100 | 1000000 | 101110 |
Color Harmonies of #332AC0
Complementary color
Monochromatic Colors of #332AC0
Black with #332AC0
Text Example
Text Example
White with #332AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332AC0; }
p { color: rgb(51,42,192); }
H1.HeaderClassName
{
color: #332AC0;
}
.AnyTagClassName
{
color: #332AC0;
}
</style>
background-color css
<style>
a { background-color: #332AC0; }
a { background-color: rgb(51,42,192); }
div.DivClassName
{
background-color: #332AC0;
}
.BgClassName
{
background-color: #332AC0;
}
</style>
border-color css
<style>
span { border-color: #332AC0; }
span { border-color: rgb(51,42,192); }
td.TdClassName
{
border-color: #332AC0;
}
.TagClassName
{
border-color: #332AC0;
}
</style>