Shades of Han Purple #3413CC
Tints of Han Purple #3413CC
RGB
CMYK
RGB Variations
Color information
#3413CC (or 0x3413CC) is known color: Han Purple. HEX triplet: 34, 13 and CC. RGB value is (52,19,204). Sum of RGB (Red+Green+Blue) = 52+19+204=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 204 (80.08% from 255 or 74.18% from 275); Max value from RGB is 204 - color contains mainly: blue. Hex color #3413CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3413CC is #CBEC33. Grayscale: #313131. Windows color (decimal): -13364276 or 13374260. OLE color: 13374260.
HSL color Cylindrical-coordinate representation of color #3413CC: hue angle of 250.7º 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 #3413CC is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 52 | 19 | 204 | - |
| CMYK | 0.75 | 0.91 | 0 | 0.2 |
| HSL | 250.7º | 0.83% | 0.44% | - |
| HSV(B) | 250.7º | 0.91% | 0.8% | - |
| XYZ | 12.55 | 5.56 | 57.54 | - |
| YUV | 49.96 | 214.93 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 19 | 204 | 0.75 | 0.91 | 0 | 0.2 | 250.7 | 0.83 | 0.44 |
| Hex | 34 | 13 | CC | 4B | 5B | 0 | 14 | FB | 53 | 2C |
| Octal | 64 | 23 | 314 | 113 | 133 | 0 | 24 | 373 | 123 | 54 |
| Binary | 110100 | 10011 | 11001100 | 1001011 | 1011011 | 0 | 10100 | 11111011 | 1010011 | 101100 |
Color Harmonies of #3413CC
Complementary color
Monochromatic Colors of #3413CC
Black with #3413CC
Text Example
Text Example
White with #3413CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3413CC; }
p { color: rgb(52,19,204); }
H1.HeaderClassName
{
color: #3413CC;
}
.AnyTagClassName
{
color: #3413CC;
}
</style>
background-color css
<style>
a { background-color: #3413CC; }
a { background-color: rgb(52,19,204); }
div.DivClassName
{
background-color: #3413CC;
}
.BgClassName
{
background-color: #3413CC;
}
</style>
border-color css
<style>
span { border-color: #3413CC; }
span { border-color: rgb(52,19,204); }
td.TdClassName
{
border-color: #3413CC;
}
.TagClassName
{
border-color: #3413CC;
}
</style>