Shades of Persian Blue #332DDA
Tints of Persian Blue #332DDA
RGB
CMYK
RGB Variations
Color information
#332DDA (or 0x332DDA) is known color: Persian Blue. HEX triplet: 33, 2D and DA. RGB value is (51,45,218). Sum of RGB (Red+Green+Blue) = 51+45+218=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 45 (17.97% from 255 or 14.33% from 314); Blue value is 218 (85.55% from 255 or 69.43% from 314); Max value from RGB is 218 - color contains mainly: blue. Hex color #332DDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332DDA is #CCD225. Grayscale: #414141. Windows color (decimal): -13423142 or 14298419. OLE color: 14298419.
HSL color Cylindrical-coordinate representation of color #332DDA: hue angle of 242.08º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #332DDA is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 45 | 218 | - |
| CMYK | 0.77 | 0.79 | 0 | 0.15 |
| HSL | 242.08º | 0.7% | 0.52% | - |
| HSV(B) | 242.08º | 0.79% | 0.85% | - |
| XYZ | 14.96 | 7.64 | 67.02 | - |
| YUV | 66.52 | 213.49 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 45 | 218 | 0.77 | 0.79 | 0 | 0.15 | 242.08 | 0.7 | 0.52 |
| Hex | 33 | 2D | DA | 4D | 4F | 0 | F | F2 | 46 | 34 |
| Octal | 63 | 55 | 332 | 115 | 117 | 0 | 17 | 362 | 106 | 64 |
| Binary | 110011 | 101101 | 11011010 | 1001101 | 1001111 | 0 | 1111 | 11110010 | 1000110 | 110100 |
Color Harmonies of #332DDA
Complementary color
Monochromatic Colors of #332DDA
Black with #332DDA
Text Example
Text Example
White with #332DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332DDA; }
p { color: rgb(51,45,218); }
H1.HeaderClassName
{
color: #332DDA;
}
.AnyTagClassName
{
color: #332DDA;
}
</style>
background-color css
<style>
a { background-color: #332DDA; }
a { background-color: rgb(51,45,218); }
div.DivClassName
{
background-color: #332DDA;
}
.BgClassName
{
background-color: #332DDA;
}
</style>
border-color css
<style>
span { border-color: #332DDA; }
span { border-color: rgb(51,45,218); }
td.TdClassName
{
border-color: #332DDA;
}
.TagClassName
{
border-color: #332DDA;
}
</style>