#3604E5

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

Shades of Han Purple #3604E5

Tints of Han Purple #3604E5

Color information

#3604E5 (or 0x3604E5) is unknown color: approx Han Purple. HEX triplet: 36, 04 and E5. RGB value is (54,4,229). Sum of RGB (Red+Green+Blue) = 54+4+229=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 229 (89.84% from 255 or 79.79% from 287); Max value from RGB is 229 - color contains mainly: blue. Hex color #3604E5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3604E5 is #C9FB1A. Grayscale: #2B2B2B. Windows color (decimal): -13237019 or 15008822. OLE color: 15008822.

HSL color Cylindrical-coordinate representation of color #3604E5: hue angle of 253.33º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3604E5 is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB544229-
CMYK0.760.9800.10
HSL253.33º96.57%45.69%-
HSV(B)253.33º98.25%89.8%-
XYZ15.716.5374.56-
YUV44.6232.06134.7-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.82%
GREEN value IS 4 (1.95% from 255) = 1.39%
BLUE value IS 229 (89.84% from 255) = 79.79%
R=18.82%
G=1.39%
B=79.79%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal5442290.760.9800.10253.3396.5745.69
Hex364E54C620Afd612e
Octal66434511414201237514156
Binary110110100111001011001100110001001010111111011100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3604E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3604E5; }

 p { color: rgb(54,4,229); }

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

<style>
 a { background-color: #3604E5; }

 a { background-color: rgb(54,4,229); }

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

<style>
 span { border-color: #3604E5; }

 span { border-color: rgb(54,4,229); }

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