Shades of Persian Blue #3324B1
Tints of Persian Blue #3324B1
RGB
CMYK
RGB Variations
Color information
#3324B1 (or 0x3324B1) is known color: Persian Blue. HEX triplet: 33, 24 and B1. RGB value is (51,36,177). Sum of RGB (Red+Green+Blue) = 51+36+177=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 177 (69.53% from 255 or 67.05% from 264); Max value from RGB is 177 - color contains mainly: blue. Hex color #3324B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3324B1 is #CCDB4E. Grayscale: #383838. Windows color (decimal): -13425487 or 11609139. OLE color: 11609139.
HSL color Cylindrical-coordinate representation of color #3324B1: hue angle of 246.38º degrees, saturation: 0.66, 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 #3324B1 is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 51 | 36 | 177 | - |
| CMYK | 0.71 | 0.80 | 0 | 0.31 |
| HSL | 246.38º | 0.66% | 0.42% | - |
| HSV(B) | 246.38º | 0.8% | 0.69% | - |
| XYZ | 9.93 | 5.14 | 42.06 | - |
| YUV | 56.56 | 195.97 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 36 | 177 | 0.71 | 0.80 | 0 | 0.31 | 246.38 | 0.66 | 0.42 |
| Hex | 33 | 24 | B1 | 47 | 50 | 0 | 1F | F6 | 42 | 2A |
| Octal | 63 | 44 | 261 | 107 | 120 | 0 | 37 | 366 | 102 | 52 |
| Binary | 110011 | 100100 | 10110001 | 1000111 | 1010000 | 0 | 11111 | 11110110 | 1000010 | 101010 |
Color Harmonies of #3324B1
Complementary color
Monochromatic Colors of #3324B1
Black with #3324B1
Text Example
Text Example
White with #3324B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3324B1; }
p { color: rgb(51,36,177); }
H1.HeaderClassName
{
color: #3324B1;
}
.AnyTagClassName
{
color: #3324B1;
}
</style>
background-color css
<style>
a { background-color: #3324B1; }
a { background-color: rgb(51,36,177); }
div.DivClassName
{
background-color: #3324B1;
}
.BgClassName
{
background-color: #3324B1;
}
</style>
border-color css
<style>
span { border-color: #3324B1; }
span { border-color: rgb(51,36,177); }
td.TdClassName
{
border-color: #3324B1;
}
.TagClassName
{
border-color: #3324B1;
}
</style>