Shades of Persian Blue #332BCE
Tints of Persian Blue #332BCE
RGB
CMYK
RGB Variations
Color information
#332BCE (or 0x332BCE) is known color: Persian Blue. HEX triplet: 33, 2B and CE. RGB value is (51,43,206). Sum of RGB (Red+Green+Blue) = 51+43+206=300 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17% from 300); Green value is 43 (17.19% from 255 or 14.33% from 300); Blue value is 206 (80.86% from 255 or 68.67% from 300); Max value from RGB is 206 - color contains mainly: blue. Hex color #332BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332BCE is #CCD431. Grayscale: #3F3F3F. Windows color (decimal): -13423666 or 13511475. OLE color: 13511475.
HSL color Cylindrical-coordinate representation of color #332BCE: hue angle of 242.94º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #332BCE is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 43 | 206 | - |
| CMYK | 0.75 | 0.79 | 0 | 0.19 |
| HSL | 242.94º | 0.65% | 0.49% | - |
| HSV(B) | 242.94º | 0.79% | 0.81% | - |
| XYZ | 13.37 | 6.89 | 59.02 | - |
| YUV | 63.97 | 208.15 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 43 | 206 | 0.75 | 0.79 | 0 | 0.19 | 242.94 | 0.65 | 0.49 |
| Hex | 33 | 2B | CE | 4B | 4F | 0 | 13 | F3 | 41 | 31 |
| Octal | 63 | 53 | 316 | 113 | 117 | 0 | 23 | 363 | 101 | 61 |
| Binary | 110011 | 101011 | 11001110 | 1001011 | 1001111 | 0 | 10011 | 11110011 | 1000001 | 110001 |
Color Harmonies of #332BCE
Complementary color
Monochromatic Colors of #332BCE
Black with #332BCE
Text Example
Text Example
White with #332BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332BCE; }
p { color: rgb(51,43,206); }
H1.HeaderClassName
{
color: #332BCE;
}
.AnyTagClassName
{
color: #332BCE;
}
</style>
background-color css
<style>
a { background-color: #332BCE; }
a { background-color: rgb(51,43,206); }
div.DivClassName
{
background-color: #332BCE;
}
.BgClassName
{
background-color: #332BCE;
}
</style>
border-color css
<style>
span { border-color: #332BCE; }
span { border-color: rgb(51,43,206); }
td.TdClassName
{
border-color: #332BCE;
}
.TagClassName
{
border-color: #332BCE;
}
</style>