Shades of Persian Blue #3326C3
Tints of Persian Blue #3326C3
RGB
CMYK
RGB Variations
Color information
#3326C3 (or 0x3326C3) is known color: Persian Blue. HEX triplet: 33, 26 and C3. RGB value is (51,38,195). Sum of RGB (Red+Green+Blue) = 51+38+195=284 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.96% from 284); Green value is 38 (15.23% from 255 or 13.38% from 284); Blue value is 195 (76.56% from 255 or 68.66% from 284); Max value from RGB is 195 - color contains mainly: blue. Hex color #3326C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3326C3 is #CCD93C. Grayscale: #3B3B3B. Windows color (decimal): -13424957 or 12789299. OLE color: 12789299.
HSL color Cylindrical-coordinate representation of color #3326C3: hue angle of 244.97º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3326C3 is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 51 | 38 | 195 | - |
| CMYK | 0.74 | 0.81 | 0 | 0.24 |
| HSL | 244.97º | 0.67% | 0.46% | - |
| HSV(B) | 244.97º | 0.81% | 0.76% | - |
| XYZ | 11.91 | 6.03 | 52.17 | - |
| YUV | 59.79 | 204.31 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 38 | 195 | 0.74 | 0.81 | 0 | 0.24 | 244.97 | 0.67 | 0.46 |
| Hex | 33 | 26 | C3 | 4A | 51 | 0 | 18 | F5 | 43 | 2E |
| Octal | 63 | 46 | 303 | 112 | 121 | 0 | 30 | 365 | 103 | 56 |
| Binary | 110011 | 100110 | 11000011 | 1001010 | 1010001 | 0 | 11000 | 11110101 | 1000011 | 101110 |
Color Harmonies of #3326C3
Complementary color
Monochromatic Colors of #3326C3
Black with #3326C3
Text Example
Text Example
White with #3326C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3326C3; }
p { color: rgb(51,38,195); }
H1.HeaderClassName
{
color: #3326C3;
}
.AnyTagClassName
{
color: #3326C3;
}
</style>
background-color css
<style>
a { background-color: #3326C3; }
a { background-color: rgb(51,38,195); }
div.DivClassName
{
background-color: #3326C3;
}
.BgClassName
{
background-color: #3326C3;
}
</style>
border-color css
<style>
span { border-color: #3326C3; }
span { border-color: rgb(51,38,195); }
td.TdClassName
{
border-color: #3326C3;
}
.TagClassName
{
border-color: #3326C3;
}
</style>