Shades of Persian Blue #332AB8
Tints of Persian Blue #332AB8
RGB
CMYK
RGB Variations
Color information
#332AB8 (or 0x332AB8) is known color: Persian Blue. HEX triplet: 33, 2A and B8. RGB value is (51,42,184). Sum of RGB (Red+Green+Blue) = 51+42+184=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 42 (16.80% from 255 or 15.16% from 277); Blue value is 184 (72.27% from 255 or 66.43% from 277); Max value from RGB is 184 - color contains mainly: blue. Hex color #332AB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332AB8 is #CCD547. Grayscale: #3C3C3C. Windows color (decimal): -13423944 or 12069427. OLE color: 12069427.
HSL color Cylindrical-coordinate representation of color #332AB8: hue angle of 243.8º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #332AB8 is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 51 | 42 | 184 | - |
| CMYK | 0.72 | 0.77 | 0 | 0.28 |
| HSL | 243.8º | 0.63% | 0.44% | - |
| HSV(B) | 243.8º | 0.77% | 0.72% | - |
| XYZ | 10.84 | 5.82 | 45.9 | - |
| YUV | 60.88 | 197.48 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 42 | 184 | 0.72 | 0.77 | 0 | 0.28 | 243.8 | 0.63 | 0.44 |
| Hex | 33 | 2A | B8 | 48 | 4D | 0 | 1C | F4 | 3F | 2C |
| Octal | 63 | 52 | 270 | 110 | 115 | 0 | 34 | 364 | 77 | 54 |
| Binary | 110011 | 101010 | 10111000 | 1001000 | 1001101 | 0 | 11100 | 11110100 | 111111 | 101100 |
Color Harmonies of #332AB8
Complementary color
Monochromatic Colors of #332AB8
Black with #332AB8
Text Example
Text Example
White with #332AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332AB8; }
p { color: rgb(51,42,184); }
H1.HeaderClassName
{
color: #332AB8;
}
.AnyTagClassName
{
color: #332AB8;
}
</style>
background-color css
<style>
a { background-color: #332AB8; }
a { background-color: rgb(51,42,184); }
div.DivClassName
{
background-color: #332AB8;
}
.BgClassName
{
background-color: #332AB8;
}
</style>
border-color css
<style>
span { border-color: #332AB8; }
span { border-color: rgb(51,42,184); }
td.TdClassName
{
border-color: #332AB8;
}
.TagClassName
{
border-color: #332AB8;
}
</style>