#3611E0

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

Shades of Han Purple #3611E0

Tints of Han Purple #3611E0

Color information

#3611E0 (or 0x3611E0) is unknown color: approx Han Purple. HEX triplet: 36, 11 and E0. RGB value is (54,17,224). Sum of RGB (Red+Green+Blue) = 54+17+224=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 224 (87.89% from 255 or 75.93% from 295); Max value from RGB is 224 - color contains mainly: blue. Hex color #3611E0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3611E0 is #C9EE1F. Grayscale: #323232. Windows color (decimal): -13233696 or 14684470. OLE color: 14684470.

HSL color Cylindrical-coordinate representation of color #3611E0: hue angle of 250.72º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3611E0 is Cyan = 0.76, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB5417224-
CMYK0.760.9200.12
HSL250.72º85.89%47.25%-
HSV(B)250.72º92.41%87.84%-
XYZ15.186.5770.99-
YUV51.66225.26129.67-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.31%
GREEN value IS 17 (7.03% from 255) = 5.76%
BLUE value IS 224 (87.89% from 255) = 75.93%
R=18.31%
G=5.76%
B=75.93%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal54172240.760.9200.12250.7285.8947.25
Hex3611E04C5C0Cfb562f
Octal662134011413401437312657
Binary11011010001111000001001100101110001100111110111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3611E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3611E0; }

 p { color: rgb(54,17,224); }

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

<style>
 a { background-color: #3611E0; }

 a { background-color: rgb(54,17,224); }

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

<style>
 span { border-color: #3611E0; }

 span { border-color: rgb(54,17,224); }

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