Shades of Persian Blue #3331C2
Tints of Persian Blue #3331C2
RGB
CMYK
RGB Variations
Color information
#3331C2 (or 0x3331C2) is known color: Persian Blue. HEX triplet: 33, 31 and C2. RGB value is (51,49,194). Sum of RGB (Red+Green+Blue) = 51+49+194=294 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.35% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 194 (76.17% from 255 or 65.99% from 294); Max value from RGB is 194 - color contains mainly: blue. Hex color #3331C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3331C2 is #CCCE3D. Grayscale: #414141. Windows color (decimal): -13422142 or 12726579. OLE color: 12726579.
HSL color Cylindrical-coordinate representation of color #3331C2: hue angle of 240.83º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3331C2 is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 51 | 49 | 194 | - |
| CMYK | 0.74 | 0.75 | 0 | 0.24 |
| HSL | 240.83º | 0.6% | 0.48% | - |
| HSV(B) | 240.83º | 0.75% | 0.76% | - |
| XYZ | 12.2 | 6.8 | 51.71 | - |
| YUV | 66.13 | 200.16 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 49 | 194 | 0.74 | 0.75 | 0 | 0.24 | 240.83 | 0.6 | 0.48 |
| Hex | 33 | 31 | C2 | 4A | 4B | 0 | 18 | F1 | 3C | 30 |
| Octal | 63 | 61 | 302 | 112 | 113 | 0 | 30 | 361 | 74 | 60 |
| Binary | 110011 | 110001 | 11000010 | 1001010 | 1001011 | 0 | 11000 | 11110001 | 111100 | 110000 |
Color Harmonies of #3331C2
Complementary color
Monochromatic Colors of #3331C2
Black with #3331C2
Text Example
Text Example
White with #3331C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3331C2; }
p { color: rgb(51,49,194); }
H1.HeaderClassName
{
color: #3331C2;
}
.AnyTagClassName
{
color: #3331C2;
}
</style>
background-color css
<style>
a { background-color: #3331C2; }
a { background-color: rgb(51,49,194); }
div.DivClassName
{
background-color: #3331C2;
}
.BgClassName
{
background-color: #3331C2;
}
</style>
border-color css
<style>
span { border-color: #3331C2; }
span { border-color: rgb(51,49,194); }
td.TdClassName
{
border-color: #3331C2;
}
.TagClassName
{
border-color: #3331C2;
}
</style>