Shades of Han Purple #3313CC
Tints of Han Purple #3313CC
RGB
CMYK
RGB Variations
Color information
#3313CC (or 0x3313CC) is known color: Han Purple. HEX triplet: 33, 13 and CC. RGB value is (51,19,204). Sum of RGB (Red+Green+Blue) = 51+19+204=274 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.61% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 204 (80.08% from 255 or 74.45% from 274); Max value from RGB is 204 - color contains mainly: blue. Hex color #3313CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3313CC is #CCEC33. Grayscale: #303030. Windows color (decimal): -13429812 or 13374259. OLE color: 13374259.
HSL color Cylindrical-coordinate representation of color #3313CC: hue angle of 250.38º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3313CC is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 51 | 19 | 204 | - |
| CMYK | 0.75 | 0.91 | 0 | 0.2 |
| HSL | 250.38º | 0.83% | 0.44% | - |
| HSV(B) | 250.38º | 0.91% | 0.8% | - |
| XYZ | 12.5 | 5.53 | 57.54 | - |
| YUV | 49.66 | 215.1 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 19 | 204 | 0.75 | 0.91 | 0 | 0.2 | 250.38 | 0.83 | 0.44 |
| Hex | 33 | 13 | CC | 4B | 5B | 0 | 14 | FA | 53 | 2C |
| Octal | 63 | 23 | 314 | 113 | 133 | 0 | 24 | 372 | 123 | 54 |
| Binary | 110011 | 10011 | 11001100 | 1001011 | 1011011 | 0 | 10100 | 11111010 | 1010011 | 101100 |
Color Harmonies of #3313CC
Complementary color
Monochromatic Colors of #3313CC
Black with #3313CC
Text Example
Text Example
White with #3313CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3313CC; }
p { color: rgb(51,19,204); }
H1.HeaderClassName
{
color: #3313CC;
}
.AnyTagClassName
{
color: #3313CC;
}
</style>
background-color css
<style>
a { background-color: #3313CC; }
a { background-color: rgb(51,19,204); }
div.DivClassName
{
background-color: #3313CC;
}
.BgClassName
{
background-color: #3313CC;
}
</style>
border-color css
<style>
span { border-color: #3313CC; }
span { border-color: rgb(51,19,204); }
td.TdClassName
{
border-color: #3313CC;
}
.TagClassName
{
border-color: #3313CC;
}
</style>