Shades of Persian Blue #332BDA
Tints of Persian Blue #332BDA
RGB
CMYK
RGB Variations
Color information
#332BDA (or 0x332BDA) is known color: Persian Blue. HEX triplet: 33, 2B and DA. RGB value is (51,43,218). Sum of RGB (Red+Green+Blue) = 51+43+218=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 43 (17.19% from 255 or 13.78% from 312); Blue value is 218 (85.55% from 255 or 69.87% from 312); Max value from RGB is 218 - color contains mainly: blue. Hex color #332BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332BDA is #CCD425. Grayscale: #404040. Windows color (decimal): -13423654 or 14297907. OLE color: 14297907.
HSL color Cylindrical-coordinate representation of color #332BDA: hue angle of 242.74º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #332BDA is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 43 | 218 | - |
| CMYK | 0.77 | 0.80 | 0 | 0.15 |
| HSL | 242.74º | 0.7% | 0.51% | - |
| HSV(B) | 242.74º | 0.8% | 0.85% | - |
| XYZ | 14.88 | 7.49 | 66.99 | - |
| YUV | 65.34 | 214.15 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 43 | 218 | 0.77 | 0.80 | 0 | 0.15 | 242.74 | 0.7 | 0.51 |
| Hex | 33 | 2B | DA | 4D | 50 | 0 | F | F3 | 46 | 33 |
| Octal | 63 | 53 | 332 | 115 | 120 | 0 | 17 | 363 | 106 | 63 |
| Binary | 110011 | 101011 | 11011010 | 1001101 | 1010000 | 0 | 1111 | 11110011 | 1000110 | 110011 |
Color Harmonies of #332BDA
Complementary color
Monochromatic Colors of #332BDA
Black with #332BDA
Text Example
Text Example
White with #332BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332BDA; }
p { color: rgb(51,43,218); }
H1.HeaderClassName
{
color: #332BDA;
}
.AnyTagClassName
{
color: #332BDA;
}
</style>
background-color css
<style>
a { background-color: #332BDA; }
a { background-color: rgb(51,43,218); }
div.DivClassName
{
background-color: #332BDA;
}
.BgClassName
{
background-color: #332BDA;
}
</style>
border-color css
<style>
span { border-color: #332BDA; }
span { border-color: rgb(51,43,218); }
td.TdClassName
{
border-color: #332BDA;
}
.TagClassName
{
border-color: #332BDA;
}
</style>