Shades of Persian Blue #332CAB
Tints of Persian Blue #332CAB
RGB
CMYK
RGB Variations
Color information
#332CAB (or 0x332CAB) is known color: Persian Blue. HEX triplet: 33, 2C and AB. RGB value is (51,44,171). Sum of RGB (Red+Green+Blue) = 51+44+171=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 44 (17.58% from 255 or 16.54% from 266); Blue value is 171 (67.19% from 255 or 64.29% from 266); Max value from RGB is 171 - color contains mainly: blue. Hex color #332CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332CAB is #CCD354. Grayscale: #3C3C3C. Windows color (decimal): -13423445 or 11217971. OLE color: 11217971.
HSL color Cylindrical-coordinate representation of color #332CAB: hue angle of 243.31º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #332CAB is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 44 | 171 | - |
| CMYK | 0.70 | 0.74 | 0 | 0.33 |
| HSL | 243.31º | 0.59% | 0.42% | - |
| HSV(B) | 243.31º | 0.74% | 0.67% | - |
| XYZ | 9.62 | 5.45 | 39.07 | - |
| YUV | 60.57 | 190.32 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 44 | 171 | 0.70 | 0.74 | 0 | 0.33 | 243.31 | 0.59 | 0.42 |
| Hex | 33 | 2C | AB | 46 | 4A | 0 | 21 | F3 | 3B | 2A |
| Octal | 63 | 54 | 253 | 106 | 112 | 0 | 41 | 363 | 73 | 52 |
| Binary | 110011 | 101100 | 10101011 | 1000110 | 1001010 | 0 | 100001 | 11110011 | 111011 | 101010 |
Color Harmonies of #332CAB
Complementary color
Monochromatic Colors of #332CAB
Black with #332CAB
Text Example
Text Example
White with #332CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332CAB; }
p { color: rgb(51,44,171); }
H1.HeaderClassName
{
color: #332CAB;
}
.AnyTagClassName
{
color: #332CAB;
}
</style>
background-color css
<style>
a { background-color: #332CAB; }
a { background-color: rgb(51,44,171); }
div.DivClassName
{
background-color: #332CAB;
}
.BgClassName
{
background-color: #332CAB;
}
</style>
border-color css
<style>
span { border-color: #332CAB; }
span { border-color: rgb(51,44,171); }
td.TdClassName
{
border-color: #332CAB;
}
.TagClassName
{
border-color: #332CAB;
}
</style>