Shades of Persian Blue #332CDA
Tints of Persian Blue #332CDA
RGB
CMYK
RGB Variations
Color information
#332CDA (or 0x332CDA) is known color: Persian Blue. HEX triplet: 33, 2C and DA. RGB value is (51,44,218). Sum of RGB (Red+Green+Blue) = 51+44+218=313 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.29% from 313); Green value is 44 (17.58% from 255 or 14.06% from 313); Blue value is 218 (85.55% from 255 or 69.65% from 313); Max value from RGB is 218 - color contains mainly: blue. Hex color #332CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332CDA is #CCD325. Grayscale: #414141. Windows color (decimal): -13423398 or 14298163. OLE color: 14298163.
HSL color Cylindrical-coordinate representation of color #332CDA: hue angle of 242.41º 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 #332CDA is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 44 | 218 | - |
| CMYK | 0.77 | 0.80 | 0 | 0.15 |
| HSL | 242.41º | 0.7% | 0.51% | - |
| HSV(B) | 242.41º | 0.8% | 0.85% | - |
| XYZ | 14.92 | 7.57 | 67 | - |
| YUV | 65.93 | 213.82 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 44 | 218 | 0.77 | 0.80 | 0 | 0.15 | 242.41 | 0.7 | 0.51 |
| Hex | 33 | 2C | DA | 4D | 50 | 0 | F | F2 | 46 | 33 |
| Octal | 63 | 54 | 332 | 115 | 120 | 0 | 17 | 362 | 106 | 63 |
| Binary | 110011 | 101100 | 11011010 | 1001101 | 1010000 | 0 | 1111 | 11110010 | 1000110 | 110011 |
Color Harmonies of #332CDA
Complementary color
Monochromatic Colors of #332CDA
Black with #332CDA
Text Example
Text Example
White with #332CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332CDA; }
p { color: rgb(51,44,218); }
H1.HeaderClassName
{
color: #332CDA;
}
.AnyTagClassName
{
color: #332CDA;
}
</style>
background-color css
<style>
a { background-color: #332CDA; }
a { background-color: rgb(51,44,218); }
div.DivClassName
{
background-color: #332CDA;
}
.BgClassName
{
background-color: #332CDA;
}
</style>
border-color css
<style>
span { border-color: #332CDA; }
span { border-color: rgb(51,44,218); }
td.TdClassName
{
border-color: #332CDA;
}
.TagClassName
{
border-color: #332CDA;
}
</style>