Shades of Persian Blue #332AC2
Tints of Persian Blue #332AC2
RGB
CMYK
RGB Variations
Color information
#332AC2 (or 0x332AC2) is known color: Persian Blue. HEX triplet: 33, 2A and C2. RGB value is (51,42,194). Sum of RGB (Red+Green+Blue) = 51+42+194=287 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.77% from 287); Green value is 42 (16.80% from 255 or 14.63% from 287); Blue value is 194 (76.17% from 255 or 67.60% from 287); Max value from RGB is 194 - color contains mainly: blue. Hex color #332AC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332AC2 is #CCD53D. Grayscale: #3D3D3D. Windows color (decimal): -13423934 or 12724787. OLE color: 12724787.
HSL color Cylindrical-coordinate representation of color #332AC2: hue angle of 243.55º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #332AC2 is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 51 | 42 | 194 | - |
| CMYK | 0.74 | 0.78 | 0 | 0.24 |
| HSL | 243.55º | 0.64% | 0.46% | - |
| HSV(B) | 243.55º | 0.78% | 0.76% | - |
| XYZ | 11.93 | 6.25 | 51.62 | - |
| YUV | 62.02 | 202.48 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 42 | 194 | 0.74 | 0.78 | 0 | 0.24 | 243.55 | 0.64 | 0.46 |
| Hex | 33 | 2A | C2 | 4A | 4E | 0 | 18 | F4 | 40 | 2E |
| Octal | 63 | 52 | 302 | 112 | 116 | 0 | 30 | 364 | 100 | 56 |
| Binary | 110011 | 101010 | 11000010 | 1001010 | 1001110 | 0 | 11000 | 11110100 | 1000000 | 101110 |
Color Harmonies of #332AC2
Complementary color
Monochromatic Colors of #332AC2
Black with #332AC2
Text Example
Text Example
White with #332AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332AC2; }
p { color: rgb(51,42,194); }
H1.HeaderClassName
{
color: #332AC2;
}
.AnyTagClassName
{
color: #332AC2;
}
</style>
background-color css
<style>
a { background-color: #332AC2; }
a { background-color: rgb(51,42,194); }
div.DivClassName
{
background-color: #332AC2;
}
.BgClassName
{
background-color: #332AC2;
}
</style>
border-color css
<style>
span { border-color: #332AC2; }
span { border-color: rgb(51,42,194); }
td.TdClassName
{
border-color: #332AC2;
}
.TagClassName
{
border-color: #332AC2;
}
</style>