#3B10E6

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

Shades of Han Purple #3B10E6

Tints of Han Purple #3B10E6

Color information

#3B10E6 (or 0x3B10E6) is unknown color: approx Han Purple. HEX triplet: 3B, 10 and E6. RGB value is (59,16,230). Sum of RGB (Red+Green+Blue) = 59+16+230=305 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.34% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 230 (90.23% from 255 or 75.41% from 305); Max value from RGB is 230 - color contains mainly: blue. Hex color #3B10E6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3B10E6 is #C4EF19. Grayscale: #343434. Windows color (decimal): -12906266 or 15077435. OLE color: 15077435.

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

Color convert

RGB5916230-
CMYK0.740.9300.10
HSL252.06º86.99%48.24%-
HSV(B)252.06º93.04%90.2%-
XYZ16.277.0175.36-
YUV53.25227.75132.1-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.34%
GREEN value IS 16 (6.64% from 255) = 5.25%
BLUE value IS 230 (90.23% from 255) = 75.41%
R=19.34%
G=5.25%
B=75.41%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal59162300.740.9300.10252.0686.9948.24
Hex3B10E64A5D0Afc5730
Octal732034611213501237412760
Binary11101110000111001101001010101110101010111111001010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B10E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,16,230); }

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

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

 a { background-color: rgb(59,16,230); }

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

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

 span { border-color: rgb(59,16,230); }

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