Shades of Persian Blue #3322CF
Tints of Persian Blue #3322CF
RGB
CMYK
RGB Variations
Color information
#3322CF (or 0x3322CF) is known color: Persian Blue. HEX triplet: 33, 22 and CF. RGB value is (51,34,207). Sum of RGB (Red+Green+Blue) = 51+34+207=292 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.47% from 292); Green value is 34 (13.67% from 255 or 11.64% from 292); Blue value is 207 (81.25% from 255 or 70.89% from 292); Max value from RGB is 207 - color contains mainly: blue. Hex color #3322CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3322CF is #CCDD30. Grayscale: #3A3A3A. Windows color (decimal): -13425969 or 13574707. OLE color: 13574707.
HSL color Cylindrical-coordinate representation of color #3322CF: hue angle of 245.9º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3322CF is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 34 | 207 | - |
| CMYK | 0.75 | 0.84 | 0 | 0.19 |
| HSL | 245.9º | 0.72% | 0.47% | - |
| HSV(B) | 245.9º | 0.84% | 0.81% | - |
| XYZ | 13.2 | 6.35 | 59.56 | - |
| YUV | 58.81 | 211.63 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 34 | 207 | 0.75 | 0.84 | 0 | 0.19 | 245.9 | 0.72 | 0.47 |
| Hex | 33 | 22 | CF | 4B | 54 | 0 | 13 | F6 | 48 | 2F |
| Octal | 63 | 42 | 317 | 113 | 124 | 0 | 23 | 366 | 110 | 57 |
| Binary | 110011 | 100010 | 11001111 | 1001011 | 1010100 | 0 | 10011 | 11110110 | 1001000 | 101111 |
Color Harmonies of #3322CF
Complementary color
Monochromatic Colors of #3322CF
Black with #3322CF
Text Example
Text Example
White with #3322CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3322CF; }
p { color: rgb(51,34,207); }
H1.HeaderClassName
{
color: #3322CF;
}
.AnyTagClassName
{
color: #3322CF;
}
</style>
background-color css
<style>
a { background-color: #3322CF; }
a { background-color: rgb(51,34,207); }
div.DivClassName
{
background-color: #3322CF;
}
.BgClassName
{
background-color: #3322CF;
}
</style>
border-color css
<style>
span { border-color: #3322CF; }
span { border-color: rgb(51,34,207); }
td.TdClassName
{
border-color: #3322CF;
}
.TagClassName
{
border-color: #3322CF;
}
</style>