#3B10ED

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

Shades of Han Purple #3B10ED

Tints of Han Purple #3B10ED

Color information

#3B10ED (or 0x3B10ED) is unknown color: approx Han Purple. HEX triplet: 3B, 10 and ED. RGB value is (59,16,237). Sum of RGB (Red+Green+Blue) = 59+16+237=312 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.91% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 237 (92.97% from 255 or 75.96% from 312); Max value from RGB is 237 - color contains mainly: blue. Hex color #3B10ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3B10ED is #C4EF12. Grayscale: #353535. Windows color (decimal): -12906259 or 15536187. OLE color: 15536187.

HSL color Cylindrical-coordinate representation of color #3B10ED: 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 #3B10ED is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB5916237-
CMYK0.750.9300.07
HSL251.67º87.35%49.61%-
HSV(B)251.67º93.25%92.94%-
XYZ17.277.4180.64-
YUV54.05231.25131.53-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.91%
GREEN value IS 16 (6.64% from 255) = 5.13%
BLUE value IS 237 (92.97% from 255) = 75.96%
R=18.91%
G=5.13%
B=75.96%

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
Decimal59162370.750.9300.07251.6787.3549.61
Hex3B10ED4B5D07fc5732
Octal73203551131350737412762
Binary1110111000011101101100101110111010111111111001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B10ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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