#3409D6

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

Shades of Han Purple #3409D6

Tints of Han Purple #3409D6

Color information

#3409D6 (or 0x3409D6) is unknown color: approx Han Purple. HEX triplet: 34, 09 and D6. RGB value is (52,9,214). Sum of RGB (Red+Green+Blue) = 52+9+214=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 214 (83.98% from 255 or 77.82% from 275); Max value from RGB is 214 - color contains mainly: blue. Hex color #3409D6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3409D6 is #CBF629. Grayscale: #2C2C2C. Windows color (decimal): -13366826 or 14027060. OLE color: 14027060.

HSL color Cylindrical-coordinate representation of color #3409D6: hue angle of 252.59º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3409D6 is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB529214-
CMYK0.760.9600.16
HSL252.59º91.93%43.73%-
HSV(B)252.59º95.79%83.92%-
XYZ13.655.7864.01-
YUV45.23223.25132.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.91%
GREEN value IS 9 (3.91% from 255) = 3.27%
BLUE value IS 214 (83.98% from 255) = 77.82%
R=18.91%
G=3.27%
B=77.82%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal5292140.760.9600.16252.5991.9343.73
Hex349D64C60010fd5c2c
Octal641132611414002037513454
Binary11010010011101011010011001100000010000111111011011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3409D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3409D6; }

 p { color: rgb(52,9,214); }

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

<style>
 a { background-color: #3409D6; }

 a { background-color: rgb(52,9,214); }

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

<style>
 span { border-color: #3409D6; }

 span { border-color: rgb(52,9,214); }

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