#3604EB

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

Shades of Han Purple #3604EB

Tints of Han Purple #3604EB

Color information

#3604EB (or 0x3604EB) is unknown color: approx Han Purple. HEX triplet: 36, 04 and EB. RGB value is (54,4,235). Sum of RGB (Red+Green+Blue) = 54+4+235=293 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.43% from 293); Green value is 4 (1.95% from 255 or 1.37% from 293); Blue value is 235 (92.19% from 255 or 80.20% from 293); Max value from RGB is 235 - color contains mainly: blue. Hex color #3604EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3604EB is #C9FB14. Grayscale: #2C2C2C. Windows color (decimal): -13237013 or 15402038. OLE color: 15402038.

HSL color Cylindrical-coordinate representation of color #3604EB: hue angle of 252.99º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3604EB is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB544235-
CMYK0.770.9800.08
HSL252.99º96.65%46.86%-
HSV(B)252.99º98.3%92.16%-
XYZ16.566.8779.05-
YUV45.28235.06134.22-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.43%
GREEN value IS 4 (1.95% from 255) = 1.37%
BLUE value IS 235 (92.19% from 255) = 80.20%
R=18.43%
G=1.37%
B=80.20%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal5442350.770.9800.08252.9996.6546.86
Hex364EB4D6208fd612f
Octal66435311514201037514157
Binary110110100111010111001101110001001000111111011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3604EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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