#3C11EE

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

Shades of Han Purple #3C11EE

Tints of Han Purple #3C11EE

Color information

#3C11EE (or 0x3C11EE) is unknown color: approx Han Purple. HEX triplet: 3C, 11 and EE. RGB value is (60,17,238). Sum of RGB (Red+Green+Blue) = 60+17+238=315 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.05% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 238 (93.36% from 255 or 75.56% from 315); Max value from RGB is 238 - color contains mainly: blue. Hex color #3C11EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C11EE is #C3EE11. Grayscale: #363636. Windows color (decimal): -12840466 or 15601980. OLE color: 15601980.

HSL color Cylindrical-coordinate representation of color #3C11EE: hue angle of 251.67º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C11EE is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB6017238-
CMYK0.750.9300.07
HSL251.67º86.67%50%-
HSV(B)251.67º92.86%93.33%-
XYZ17.57.5381.42-
YUV55.05231.25131.53-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.05%
GREEN value IS 17 (7.03% from 255) = 5.40%
BLUE value IS 238 (93.36% from 255) = 75.56%
R=19.05%
G=5.40%
B=75.56%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal60172380.750.9300.07251.6786.6750
Hex3C11EE4B5D07fc5732
Octal74213561131350737412762
Binary1111001000111101110100101110111010111111111001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C11EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C11EE; }

 p { color: rgb(60,17,238); }

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

<style>
 a { background-color: #3C11EE; }

 a { background-color: rgb(60,17,238); }

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

<style>
 span { border-color: #3C11EE; }

 span { border-color: rgb(60,17,238); }

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