#3601DE

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

Shades of Han Purple #3601DE

Tints of Han Purple #3601DE

Color information

#3601DE (or 0x3601DE) is unknown color: approx Han Purple. HEX triplet: 36, 01 and DE. RGB value is (54,1,222). Sum of RGB (Red+Green+Blue) = 54+1+222=277 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.49% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 222 (87.11% from 255 or 80.14% from 277); Max value from RGB is 222 - color contains mainly: blue. Hex color #3601DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3601DE is #C9FE21. Grayscale: #292929. Windows color (decimal): -13237794 or 14549302. OLE color: 14549302.

HSL color Cylindrical-coordinate representation of color #3601DE: hue angle of 254.39º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3601DE is Cyan = 0.76, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB541222-
CMYK0.761.0000.13
HSL254.39º99.1%43.73%-
HSV(B)254.39º99.55%87.06%-
XYZ14.726.0869.51-
YUV42.04229.56136.53-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.49%
GREEN value IS 1 (0.78% from 255) = 0.36%
BLUE value IS 222 (87.11% from 255) = 80.14%
R=19.49%
G=0.36%
B=80.14%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal5412220.761.0000.13254.3999.143.73
Hex361DE4C640Dfe632c
Octal66133611414401537614354
Binary1101101110111101001100110010001101111111101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3601DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3601DE; }

 p { color: rgb(54,1,222); }

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

<style>
 a { background-color: #3601DE; }

 a { background-color: rgb(54,1,222); }

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

<style>
 span { border-color: #3601DE; }

 span { border-color: rgb(54,1,222); }

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