Shades of Han Purple #3402D2
Tints of Han Purple #3402D2
RGB
CMYK
RGB Variations
Color information
#3402D2 (or 0x3402D2) is known color: Han Purple. HEX triplet: 34, 02 and D2. RGB value is (52,2,210). Sum of RGB (Red+Green+Blue) = 52+2+210=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 210 (82.42% from 255 or 79.55% from 264); Max value from RGB is 210 - color contains mainly: blue. Hex color #3402D2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3402D2 is #CBFD2D. Grayscale: #272727. Windows color (decimal): -13368622 or 13763124. OLE color: 13763124.
HSL color Cylindrical-coordinate representation of color #3402D2: hue angle of 254.42º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3402D2 is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 2 | 210 | - |
| CMYK | 0.75 | 0.99 | 0 | 0.18 |
| HSL | 254.42º | 0.98% | 0.42% | - |
| HSV(B) | 254.42º | 0.99% | 0.82% | - |
| XYZ | 13.07 | 5.43 | 61.33 | - |
| YUV | 40.66 | 223.57 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 2 | 210 | 0.75 | 0.99 | 0 | 0.18 | 254.42 | 0.98 | 0.42 |
| Hex | 34 | 2 | D2 | 4B | 63 | 0 | 12 | FE | 62 | 2A |
| Octal | 64 | 2 | 322 | 113 | 143 | 0 | 22 | 376 | 142 | 52 |
| Binary | 110100 | 10 | 11010010 | 1001011 | 1100011 | 0 | 10010 | 11111110 | 1100010 | 101010 |
Color Harmonies of #3402D2
Complementary color
Monochromatic Colors of #3402D2
Black with #3402D2
Text Example
Text Example
White with #3402D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3402D2; }
p { color: rgb(52,2,210); }
H1.HeaderClassName
{
color: #3402D2;
}
.AnyTagClassName
{
color: #3402D2;
}
</style>
background-color css
<style>
a { background-color: #3402D2; }
a { background-color: rgb(52,2,210); }
div.DivClassName
{
background-color: #3402D2;
}
.BgClassName
{
background-color: #3402D2;
}
</style>
border-color css
<style>
span { border-color: #3402D2; }
span { border-color: rgb(52,2,210); }
td.TdClassName
{
border-color: #3402D2;
}
.TagClassName
{
border-color: #3402D2;
}
</style>