Shades of Han Purple #3313CD
Tints of Han Purple #3313CD
RGB
CMYK
RGB Variations
Color information
#3313CD (or 0x3313CD) is known color: Han Purple. HEX triplet: 33, 13 and CD. RGB value is (51,19,205). Sum of RGB (Red+Green+Blue) = 51+19+205=275 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.55% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 205 (80.47% from 255 or 74.55% from 275); Max value from RGB is 205 - color contains mainly: blue. Hex color #3313CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3313CD is #CCEC32. Grayscale: #313131. Windows color (decimal): -13429811 or 13439795. OLE color: 13439795.
HSL color Cylindrical-coordinate representation of color #3313CD: hue angle of 250.32º 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 #3313CD is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 19 | 205 | - |
| CMYK | 0.75 | 0.91 | 0 | 0.20 |
| HSL | 250.32º | 0.83% | 0.44% | - |
| HSV(B) | 250.32º | 0.91% | 0.8% | - |
| XYZ | 12.62 | 5.58 | 58.17 | - |
| YUV | 49.77 | 215.6 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 19 | 205 | 0.75 | 0.91 | 0 | 0.20 | 250.32 | 0.83 | 0.44 |
| Hex | 33 | 13 | CD | 4B | 5B | 0 | 14 | FA | 53 | 2C |
| Octal | 63 | 23 | 315 | 113 | 133 | 0 | 24 | 372 | 123 | 54 |
| Binary | 110011 | 10011 | 11001101 | 1001011 | 1011011 | 0 | 10100 | 11111010 | 1010011 | 101100 |
Color Harmonies of #3313CD
Complementary color
Monochromatic Colors of #3313CD
Black with #3313CD
Text Example
Text Example
White with #3313CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3313CD; }
p { color: rgb(51,19,205); }
H1.HeaderClassName
{
color: #3313CD;
}
.AnyTagClassName
{
color: #3313CD;
}
</style>
background-color css
<style>
a { background-color: #3313CD; }
a { background-color: rgb(51,19,205); }
div.DivClassName
{
background-color: #3313CD;
}
.BgClassName
{
background-color: #3313CD;
}
</style>
border-color css
<style>
span { border-color: #3313CD; }
span { border-color: rgb(51,19,205); }
td.TdClassName
{
border-color: #3313CD;
}
.TagClassName
{
border-color: #3313CD;
}
</style>