#3604DD

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

Shades of Han Purple #3604DD

Tints of Han Purple #3604DD

Color information

#3604DD (or 0x3604DD) is unknown color: approx Han Purple. HEX triplet: 36, 04 and DD. RGB value is (54,4,221). Sum of RGB (Red+Green+Blue) = 54+4+221=279 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.35% from 279); Green value is 4 (1.95% from 255 or 1.43% from 279); Blue value is 221 (86.72% from 255 or 79.21% from 279); Max value from RGB is 221 - color contains mainly: blue. Hex color #3604DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3604DD is #C9FB22. Grayscale: #2A2A2A. Windows color (decimal): -13237027 or 14484534. OLE color: 14484534.

HSL color Cylindrical-coordinate representation of color #3604DD: hue angle of 253.82º 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 #3604DD is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB544221-
CMYK0.760.9800.13
HSL253.82º96.44%44.12%-
HSV(B)253.82º98.19%86.67%-
XYZ14.626.0968.81-
YUV43.69228.06135.36-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.35%
GREEN value IS 4 (1.95% from 255) = 1.43%
BLUE value IS 221 (86.72% from 255) = 79.21%
R=19.35%
G=1.43%
B=79.21%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal5442210.760.9800.13253.8296.4444.12
Hex364DD4C620Dfe602c
Octal66433511414201537614054
Binary110110100110111011001100110001001101111111101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3604DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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