#3804FA

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

Shades of Han Purple #3804FA

Tints of Han Purple #3804FA

Color information

#3804FA (or 0x3804FA) is unknown color: approx Han Purple. HEX triplet: 38, 04 and FA. RGB value is (56,4,250). Sum of RGB (Red+Green+Blue) = 56+4+250=310 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.06% from 310); Green value is 4 (1.95% from 255 or 1.29% from 310); Blue value is 250 (98.05% from 255 or 80.65% from 310); Max value from RGB is 250 - color contains mainly: blue. Hex color #3804FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3804FA is #C7FB05. Grayscale: #2E2E2E. Windows color (decimal): -13105926 or 16385080. OLE color: 16385080.

HSL color Cylindrical-coordinate representation of color #3804FA: hue angle of 252.68º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3804FA is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB564250-
CMYK0.780.9800.02
HSL252.68º96.85%49.8%-
HSV(B)252.68º98.4%98.04%-
XYZ18.937.8390.96-
YUV47.59242.23134-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.06%
GREEN value IS 4 (1.95% from 255) = 1.29%
BLUE value IS 250 (98.05% from 255) = 80.65%
R=18.06%
G=1.29%
B=80.65%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal5642500.780.9800.02252.6896.8549.8
Hex384FA4E6202fd6132
Octal7043721161420237514162
Binary1110001001111101010011101100010010111111011100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3804FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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