Shades of Persian Blue #3311C2
Tints of Persian Blue #3311C2
RGB
CMYK
RGB Variations
Color information
#3311C2 (or 0x3311C2) is known color: Persian Blue. HEX triplet: 33, 11 and C2. RGB value is (51,17,194). Sum of RGB (Red+Green+Blue) = 51+17+194=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 194 (76.17% from 255 or 74.05% from 262); Max value from RGB is 194 - color contains mainly: blue. Hex color #3311C2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3311C2 is #CCEE3D. Grayscale: #2E2E2E. Windows color (decimal): -13430334 or 12718387. OLE color: 12718387.
HSL color Cylindrical-coordinate representation of color #3311C2: hue angle of 251.53º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3311C2 is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 51 | 17 | 194 | - |
| CMYK | 0.74 | 0.91 | 0 | 0.24 |
| HSL | 251.53º | 0.84% | 0.41% | - |
| HSV(B) | 251.53º | 0.91% | 0.76% | - |
| XYZ | 11.3 | 5 | 51.41 | - |
| YUV | 47.34 | 210.76 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 17 | 194 | 0.74 | 0.91 | 0 | 0.24 | 251.53 | 0.84 | 0.41 |
| Hex | 33 | 11 | C2 | 4A | 5B | 0 | 18 | FC | 54 | 29 |
| Octal | 63 | 21 | 302 | 112 | 133 | 0 | 30 | 374 | 124 | 51 |
| Binary | 110011 | 10001 | 11000010 | 1001010 | 1011011 | 0 | 11000 | 11111100 | 1010100 | 101001 |
Color Harmonies of #3311C2
Complementary color
Monochromatic Colors of #3311C2
Black with #3311C2
Text Example
Text Example
White with #3311C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3311C2; }
p { color: rgb(51,17,194); }
H1.HeaderClassName
{
color: #3311C2;
}
.AnyTagClassName
{
color: #3311C2;
}
</style>
background-color css
<style>
a { background-color: #3311C2; }
a { background-color: rgb(51,17,194); }
div.DivClassName
{
background-color: #3311C2;
}
.BgClassName
{
background-color: #3311C2;
}
</style>
border-color css
<style>
span { border-color: #3311C2; }
span { border-color: rgb(51,17,194); }
td.TdClassName
{
border-color: #3311C2;
}
.TagClassName
{
border-color: #3311C2;
}
</style>