Shades of Persian Blue #332FDA
Tints of Persian Blue #332FDA
RGB
CMYK
RGB Variations
Color information
#332FDA (or 0x332FDA) is known color: Persian Blue. HEX triplet: 33, 2F and DA. RGB value is (51,47,218). Sum of RGB (Red+Green+Blue) = 51+47+218=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 47 (18.75% from 255 or 14.87% from 316); Blue value is 218 (85.55% from 255 or 68.99% from 316); Max value from RGB is 218 - color contains mainly: blue. Hex color #332FDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332FDA is #CCD025. Grayscale: #434343. Windows color (decimal): -13422630 or 14298931. OLE color: 14298931.
HSL color Cylindrical-coordinate representation of color #332FDA: hue angle of 241.4º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #332FDA is Cyan = 0.77, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 47 | 218 | - |
| CMYK | 0.77 | 0.78 | 0 | 0.15 |
| HSL | 241.4º | 0.7% | 0.52% | - |
| HSV(B) | 241.4º | 0.78% | 0.85% | - |
| XYZ | 15.04 | 7.8 | 67.04 | - |
| YUV | 67.69 | 212.83 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 47 | 218 | 0.77 | 0.78 | 0 | 0.15 | 241.4 | 0.7 | 0.52 |
| Hex | 33 | 2F | DA | 4D | 4E | 0 | F | F1 | 46 | 34 |
| Octal | 63 | 57 | 332 | 115 | 116 | 0 | 17 | 361 | 106 | 64 |
| Binary | 110011 | 101111 | 11011010 | 1001101 | 1001110 | 0 | 1111 | 11110001 | 1000110 | 110100 |
Color Harmonies of #332FDA
Complementary color
Monochromatic Colors of #332FDA
Black with #332FDA
Text Example
Text Example
White with #332FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332FDA; }
p { color: rgb(51,47,218); }
H1.HeaderClassName
{
color: #332FDA;
}
.AnyTagClassName
{
color: #332FDA;
}
</style>
background-color css
<style>
a { background-color: #332FDA; }
a { background-color: rgb(51,47,218); }
div.DivClassName
{
background-color: #332FDA;
}
.BgClassName
{
background-color: #332FDA;
}
</style>
border-color css
<style>
span { border-color: #332FDA; }
span { border-color: rgb(51,47,218); }
td.TdClassName
{
border-color: #332FDA;
}
.TagClassName
{
border-color: #332FDA;
}
</style>