#3C11EB

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

Shades of Han Purple #3C11EB

Tints of Han Purple #3C11EB

Color information

#3C11EB (or 0x3C11EB) is unknown color: approx Han Purple. HEX triplet: 3C, 11 and EB. RGB value is (60,17,235). Sum of RGB (Red+Green+Blue) = 60+17+235=312 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.23% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 235 (92.19% from 255 or 75.32% from 312); Max value from RGB is 235 - color contains mainly: blue. Hex color #3C11EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C11EB is #C3EE14. Grayscale: #353535. Windows color (decimal): -12840469 or 15405372. OLE color: 15405372.

HSL color Cylindrical-coordinate representation of color #3C11EB: hue angle of 251.83º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3C11EB is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB6017235-
CMYK0.740.9300.08
HSL251.83º86.51%49.41%-
HSV(B)251.83º92.77%92.16%-
XYZ17.067.3679.12-
YUV54.71229.75131.77-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.23%
GREEN value IS 17 (7.03% from 255) = 5.45%
BLUE value IS 235 (92.19% from 255) = 75.32%
R=19.23%
G=5.45%
B=75.32%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal60172350.740.9300.08251.8386.5149.41
Hex3C11EB4A5D08fc5731
Octal742135311213501037412761
Binary11110010001111010111001010101110101000111111001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C11EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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