Shades of Persian Blue #332ABC
Tints of Persian Blue #332ABC
RGB
CMYK
RGB Variations
Color information
#332ABC (or 0x332ABC) is known color: Persian Blue. HEX triplet: 33, 2A and BC. RGB value is (51,42,188). Sum of RGB (Red+Green+Blue) = 51+42+188=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 42 (16.80% from 255 or 14.95% from 281); Blue value is 188 (73.83% from 255 or 66.90% from 281); Max value from RGB is 188 - color contains mainly: blue. Hex color #332ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #332ABC is #CCD543. Grayscale: #3C3C3C. Windows color (decimal): -13423940 or 12331571. OLE color: 12331571.
HSL color Cylindrical-coordinate representation of color #332ABC: hue angle of 243.7º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #332ABC is Cyan = 0.73, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 42 | 188 | - |
| CMYK | 0.73 | 0.78 | 0 | 0.26 |
| HSL | 243.7º | 0.63% | 0.45% | - |
| HSV(B) | 243.7º | 0.78% | 0.74% | - |
| XYZ | 11.27 | 5.99 | 48.14 | - |
| YUV | 61.34 | 199.48 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 42 | 188 | 0.73 | 0.78 | 0 | 0.26 | 243.7 | 0.63 | 0.45 |
| Hex | 33 | 2A | BC | 49 | 4E | 0 | 1A | F4 | 3F | 2D |
| Octal | 63 | 52 | 274 | 111 | 116 | 0 | 32 | 364 | 77 | 55 |
| Binary | 110011 | 101010 | 10111100 | 1001001 | 1001110 | 0 | 11010 | 11110100 | 111111 | 101101 |
Color Harmonies of #332ABC
Complementary color
Monochromatic Colors of #332ABC
Black with #332ABC
Text Example
Text Example
White with #332ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332ABC; }
p { color: rgb(51,42,188); }
H1.HeaderClassName
{
color: #332ABC;
}
.AnyTagClassName
{
color: #332ABC;
}
</style>
background-color css
<style>
a { background-color: #332ABC; }
a { background-color: rgb(51,42,188); }
div.DivClassName
{
background-color: #332ABC;
}
.BgClassName
{
background-color: #332ABC;
}
</style>
border-color css
<style>
span { border-color: #332ABC; }
span { border-color: rgb(51,42,188); }
td.TdClassName
{
border-color: #332ABC;
}
.TagClassName
{
border-color: #332ABC;
}
</style>