Shades of Persian Blue #332EC6
Tints of Persian Blue #332EC6
RGB
CMYK
RGB Variations
Color information
#332EC6 (or 0x332EC6) is known color: Persian Blue. HEX triplet: 33, 2E and C6. RGB value is (51,46,198). Sum of RGB (Red+Green+Blue) = 51+46+198=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 46 (18.36% from 255 or 15.59% from 295); Blue value is 198 (77.73% from 255 or 67.12% from 295); Max value from RGB is 198 - color contains mainly: blue. Hex color #332EC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332EC6 is #CCD139. Grayscale: #404040. Windows color (decimal): -13422906 or 12987955. OLE color: 12987955.
HSL color Cylindrical-coordinate representation of color #332EC6: hue angle of 241.97º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #332EC6 is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 51 | 46 | 198 | - |
| CMYK | 0.74 | 0.77 | 0 | 0.22 |
| HSL | 241.97º | 0.62% | 0.48% | - |
| HSV(B) | 241.97º | 0.77% | 0.78% | - |
| XYZ | 12.54 | 6.74 | 54.07 | - |
| YUV | 64.82 | 203.16 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 46 | 198 | 0.74 | 0.77 | 0 | 0.22 | 241.97 | 0.62 | 0.48 |
| Hex | 33 | 2E | C6 | 4A | 4D | 0 | 16 | F2 | 3E | 30 |
| Octal | 63 | 56 | 306 | 112 | 115 | 0 | 26 | 362 | 76 | 60 |
| Binary | 110011 | 101110 | 11000110 | 1001010 | 1001101 | 0 | 10110 | 11110010 | 111110 | 110000 |
Color Harmonies of #332EC6
Complementary color
Monochromatic Colors of #332EC6
Black with #332EC6
Text Example
Text Example
White with #332EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332EC6; }
p { color: rgb(51,46,198); }
H1.HeaderClassName
{
color: #332EC6;
}
.AnyTagClassName
{
color: #332EC6;
}
</style>
background-color css
<style>
a { background-color: #332EC6; }
a { background-color: rgb(51,46,198); }
div.DivClassName
{
background-color: #332EC6;
}
.BgClassName
{
background-color: #332EC6;
}
</style>
border-color css
<style>
span { border-color: #332EC6; }
span { border-color: rgb(51,46,198); }
td.TdClassName
{
border-color: #332EC6;
}
.TagClassName
{
border-color: #332EC6;
}
</style>