#3404d8

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

Shades of Han Purple #3404D8

Tints of Han Purple #3404D8

Color information

#3404D8 (or 0x3404D8) is unknown color: approx Han Purple. HEX triplet: 34, 04 and D8. RGB value is (52,4,216). Sum of RGB (Red+Green+Blue) = 52+4+216=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 4 (1.95% from 255 or 1.47% from 272); Blue value is 216 (84.77% from 255 or 79.41% from 272); Max value from RGB is 216 - color contains mainly: blue. Hex color #3404D8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3404D8 is #CBFB27. Grayscale: #292929. Windows color (decimal): -13368104 or 14156852. OLE color: 14156852.

HSL color Cylindrical-coordinate representation of color #3404D8: hue angle of 253.58º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3404D8 is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB524216-
CMYK0.760.9800.15
HSL253.58º96.36%43.14%-
HSV(B)253.58º98.15%84.71%-
XYZ13.855.7765.35-
YUV42.52225.9134.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.12%
GREEN value IS 4 (1.95% from 255) = 1.47%
BLUE value IS 216 (84.77% from 255) = 79.41%
R=19.12%
G=1.47%
B=79.41%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal5242160.760.9800.15253.5896.3643.14
Hex344D84C620Ffe602b
Octal64433011414201737614053
Binary110100100110110001001100110001001111111111101100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3404d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3404d8; }

 p { color: rgb(52,4,216); }

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

<style>
 a { background-color: #3404d8; }

 a { background-color: rgb(52,4,216); }

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

<style>
 span { border-color: #3404d8; }

 span { border-color: rgb(52,4,216); }

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