#3402D1

Color #3402D1 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #3402D1

Tints of Han Purple #3402D1

Color information

#3402D1 (or 0x3402D1) is unknown color: approx Han Purple. HEX triplet: 34, 02 and D1. RGB value is (52,2,209). Sum of RGB (Red+Green+Blue) = 52+2+209=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 209 (82.03% from 255 or 79.47% from 263); Max value from RGB is 209 - color contains mainly: blue. Hex color #3402D1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3402D1 is #CBFD2E. Grayscale: #272727. Windows color (decimal): -13368623 or 13697588. OLE color: 13697588.

HSL color Cylindrical-coordinate representation of color #3402D1: hue angle of 254.49º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3402D1 is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB522209-
CMYK0.750.9900.18
HSL254.49º98.1%41.37%-
HSV(B)254.49º99.04%81.96%-
XYZ12.955.3860.68-
YUV40.55223.06136.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 19.77%
GREEN value IS 2 (1.17% from 255) = 0.76%
BLUE value IS 209 (82.03% from 255) = 79.47%
R=19.77%
G=0.76%
B=79.47%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal5222090.750.9900.18254.4998.141.37
Hex342D14B63012fe6229
Octal64232111314302237614251
Binary110100101101000110010111100011010010111111101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3402D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3402D1; }

 p { color: rgb(52,2,209); }

 H1.HeaderClassName
 {
   color: #3402D1;
 }
 .AnyTagClassName
 {
   color: #3402D1;
 }
</style>
background-color css

<style>
 a { background-color: #3402D1; }

 a { background-color: rgb(52,2,209); }

 div.DivClassName
 {
   background-color: #3402D1;
 }
 .BgClassName
 {
   background-color: #3402D1;
 }
</style>
border-color css

<style>
 span { border-color: #3402D1; }

 span { border-color: rgb(52,2,209); }

 td.TdClassName
 {
   border-color: #3402D1;
 }
 .TagClassName
 {
   border-color: #3402D1;
 }
</style>