Shades of Han Purple #3403D2
Tints of Han Purple #3403D2
RGB
CMYK
RGB Variations
Color information
#3403D2 (or 0x3403D2) is known color: Han Purple. HEX triplet: 34, 03 and D2. RGB value is (52,3,210). Sum of RGB (Red+Green+Blue) = 52+3+210=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 210 (82.42% from 255 or 79.25% from 265); Max value from RGB is 210 - color contains mainly: blue. Hex color #3403D2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3403D2 is #CBFC2D. Grayscale: #282828. Windows color (decimal): -13368366 or 13763380. OLE color: 13763380.
HSL color Cylindrical-coordinate representation of color #3403D2: hue angle of 254.2º degrees, saturation: 0.97, 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 #3403D2 is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 3 | 210 | - |
| CMYK | 0.75 | 0.99 | 0 | 0.18 |
| HSL | 254.2º | 0.97% | 0.42% | - |
| HSV(B) | 254.2º | 0.99% | 0.82% | - |
| XYZ | 13.08 | 5.45 | 61.33 | - |
| YUV | 41.25 | 223.23 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 3 | 210 | 0.75 | 0.99 | 0 | 0.18 | 254.2 | 0.97 | 0.42 |
| Hex | 34 | 3 | D2 | 4B | 63 | 0 | 12 | FE | 61 | 2A |
| Octal | 64 | 3 | 322 | 113 | 143 | 0 | 22 | 376 | 141 | 52 |
| Binary | 110100 | 11 | 11010010 | 1001011 | 1100011 | 0 | 10010 | 11111110 | 1100001 | 101010 |
Color Harmonies of #3403D2
Complementary color
Monochromatic Colors of #3403D2
Black with #3403D2
Text Example
Text Example
White with #3403D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3403D2; }
p { color: rgb(52,3,210); }
H1.HeaderClassName
{
color: #3403D2;
}
.AnyTagClassName
{
color: #3403D2;
}
</style>
background-color css
<style>
a { background-color: #3403D2; }
a { background-color: rgb(52,3,210); }
div.DivClassName
{
background-color: #3403D2;
}
.BgClassName
{
background-color: #3403D2;
}
</style>
border-color css
<style>
span { border-color: #3403D2; }
span { border-color: rgb(52,3,210); }
td.TdClassName
{
border-color: #3403D2;
}
.TagClassName
{
border-color: #3403D2;
}
</style>