Shades of Persian Blue #3323B1
Tints of Persian Blue #3323B1
RGB
CMYK
RGB Variations
Color information
#3323B1 (or 0x3323B1) is known color: Persian Blue. HEX triplet: 33, 23 and B1. RGB value is (51,35,177). Sum of RGB (Red+Green+Blue) = 51+35+177=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 35 (14.06% from 255 or 13.31% from 263); Blue value is 177 (69.53% from 255 or 67.30% from 263); Max value from RGB is 177 - color contains mainly: blue. Hex color #3323B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3323B1 is #CCDC4E. Grayscale: #373737. Windows color (decimal): -13425743 or 11608883. OLE color: 11608883.
HSL color Cylindrical-coordinate representation of color #3323B1: hue angle of 246.76º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3323B1 is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 51 | 35 | 177 | - |
| CMYK | 0.71 | 0.80 | 0 | 0.31 |
| HSL | 246.76º | 0.67% | 0.42% | - |
| HSV(B) | 246.76º | 0.8% | 0.69% | - |
| XYZ | 9.9 | 5.08 | 42.05 | - |
| YUV | 55.97 | 196.3 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 35 | 177 | 0.71 | 0.80 | 0 | 0.31 | 246.76 | 0.67 | 0.42 |
| Hex | 33 | 23 | B1 | 47 | 50 | 0 | 1F | F7 | 43 | 2A |
| Octal | 63 | 43 | 261 | 107 | 120 | 0 | 37 | 367 | 103 | 52 |
| Binary | 110011 | 100011 | 10110001 | 1000111 | 1010000 | 0 | 11111 | 11110111 | 1000011 | 101010 |
Color Harmonies of #3323B1
Complementary color
Monochromatic Colors of #3323B1
Black with #3323B1
Text Example
Text Example
White with #3323B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3323B1; }
p { color: rgb(51,35,177); }
H1.HeaderClassName
{
color: #3323B1;
}
.AnyTagClassName
{
color: #3323B1;
}
</style>
background-color css
<style>
a { background-color: #3323B1; }
a { background-color: rgb(51,35,177); }
div.DivClassName
{
background-color: #3323B1;
}
.BgClassName
{
background-color: #3323B1;
}
</style>
border-color css
<style>
span { border-color: #3323B1; }
span { border-color: rgb(51,35,177); }
td.TdClassName
{
border-color: #3323B1;
}
.TagClassName
{
border-color: #3323B1;
}
</style>