#3804de

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

Shades of Han Purple #3804DE

Tints of Han Purple #3804DE

Color information

#3804DE (or 0x3804DE) is unknown color: approx Han Purple. HEX triplet: 38, 04 and DE. RGB value is (56,4,222). Sum of RGB (Red+Green+Blue) = 56+4+222=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 222 (87.11% from 255 or 78.72% from 282); Max value from RGB is 222 - color contains mainly: blue. Hex color #3804DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3804DE is #C7FB21. Grayscale: #2B2B2B. Windows color (decimal): -13105954 or 14550072. OLE color: 14550072.

HSL color Cylindrical-coordinate representation of color #3804DE: hue angle of 254.31º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3804DE is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB564222-
CMYK0.750.9800.13
HSL254.31º96.46%44.31%-
HSV(B)254.31º98.2%87.06%-
XYZ14.866.269.52-
YUV44.4228.23136.27-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.86%
GREEN value IS 4 (1.95% from 255) = 1.42%
BLUE value IS 222 (87.11% from 255) = 78.72%
R=19.86%
G=1.42%
B=78.72%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal5642220.750.9800.13254.3196.4644.31
Hex384DE4B620Dfe602c
Octal70433611314201537614054
Binary111000100110111101001011110001001101111111101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3804de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3804de; }

 p { color: rgb(56,4,222); }

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

<style>
 a { background-color: #3804de; }

 a { background-color: rgb(56,4,222); }

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

<style>
 span { border-color: #3804de; }

 span { border-color: rgb(56,4,222); }

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