Shades of Persian Blue #332DB2
Tints of Persian Blue #332DB2
RGB
CMYK
RGB Variations
Color information
#332DB2 (or 0x332DB2) is known color: Persian Blue. HEX triplet: 33, 2D and B2. RGB value is (51,45,178). Sum of RGB (Red+Green+Blue) = 51+45+178=274 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.61% from 274); Green value is 45 (17.97% from 255 or 16.42% from 274); Blue value is 178 (69.92% from 255 or 64.96% from 274); Max value from RGB is 178 - color contains mainly: blue. Hex color #332DB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332DB2 is #CCD24D. Grayscale: #3D3D3D. Windows color (decimal): -13423182 or 11676979. OLE color: 11676979.
HSL color Cylindrical-coordinate representation of color #332DB2: hue angle of 242.71º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #332DB2 is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 51 | 45 | 178 | - |
| CMYK | 0.71 | 0.75 | 0 | 0.30 |
| HSL | 242.71º | 0.6% | 0.44% | - |
| HSV(B) | 242.71º | 0.75% | 0.7% | - |
| XYZ | 10.34 | 5.79 | 42.69 | - |
| YUV | 61.96 | 193.49 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 45 | 178 | 0.71 | 0.75 | 0 | 0.30 | 242.71 | 0.6 | 0.44 |
| Hex | 33 | 2D | B2 | 47 | 4B | 0 | 1E | F3 | 3C | 2C |
| Octal | 63 | 55 | 262 | 107 | 113 | 0 | 36 | 363 | 74 | 54 |
| Binary | 110011 | 101101 | 10110010 | 1000111 | 1001011 | 0 | 11110 | 11110011 | 111100 | 101100 |
Color Harmonies of #332DB2
Complementary color
Monochromatic Colors of #332DB2
Black with #332DB2
Text Example
Text Example
White with #332DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332DB2; }
p { color: rgb(51,45,178); }
H1.HeaderClassName
{
color: #332DB2;
}
.AnyTagClassName
{
color: #332DB2;
}
</style>
background-color css
<style>
a { background-color: #332DB2; }
a { background-color: rgb(51,45,178); }
div.DivClassName
{
background-color: #332DB2;
}
.BgClassName
{
background-color: #332DB2;
}
</style>
border-color css
<style>
span { border-color: #332DB2; }
span { border-color: rgb(51,45,178); }
td.TdClassName
{
border-color: #332DB2;
}
.TagClassName
{
border-color: #332DB2;
}
</style>