Shades of Persian Blue #3330AB
Tints of Persian Blue #3330AB
RGB
CMYK
RGB Variations
Color information
#3330AB (or 0x3330AB) is known color: Persian Blue. HEX triplet: 33, 30 and AB. RGB value is (51,48,171). Sum of RGB (Red+Green+Blue) = 51+48+171=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 171 (67.19% from 255 or 63.33% from 270); Max value from RGB is 171 - color contains mainly: blue. Hex color #3330AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3330AB is #CCCF54. Grayscale: #3E3E3E. Windows color (decimal): -13422421 or 11218995. OLE color: 11218995.
HSL color Cylindrical-coordinate representation of color #3330AB: hue angle of 241.46º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3330AB is Cyan = 0.70, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 48 | 171 | - |
| CMYK | 0.70 | 0.72 | 0 | 0.33 |
| HSL | 241.46º | 0.56% | 0.43% | - |
| HSV(B) | 241.46º | 0.72% | 0.67% | - |
| XYZ | 9.77 | 5.76 | 39.12 | - |
| YUV | 62.92 | 188.99 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 48 | 171 | 0.70 | 0.72 | 0 | 0.33 | 241.46 | 0.56 | 0.43 |
| Hex | 33 | 30 | AB | 46 | 48 | 0 | 21 | F1 | 38 | 2B |
| Octal | 63 | 60 | 253 | 106 | 110 | 0 | 41 | 361 | 70 | 53 |
| Binary | 110011 | 110000 | 10101011 | 1000110 | 1001000 | 0 | 100001 | 11110001 | 111000 | 101011 |
Color Harmonies of #3330AB
Complementary color
Monochromatic Colors of #3330AB
Black with #3330AB
Text Example
Text Example
White with #3330AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3330AB; }
p { color: rgb(51,48,171); }
H1.HeaderClassName
{
color: #3330AB;
}
.AnyTagClassName
{
color: #3330AB;
}
</style>
background-color css
<style>
a { background-color: #3330AB; }
a { background-color: rgb(51,48,171); }
div.DivClassName
{
background-color: #3330AB;
}
.BgClassName
{
background-color: #3330AB;
}
</style>
border-color css
<style>
span { border-color: #3330AB; }
span { border-color: rgb(51,48,171); }
td.TdClassName
{
border-color: #3330AB;
}
.TagClassName
{
border-color: #3330AB;
}
</style>