#3B10F7

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

Shades of Han Purple #3B10F7

Tints of Han Purple #3B10F7

Color information

#3B10F7 (or 0x3B10F7) is unknown color: approx Han Purple. HEX triplet: 3B, 10 and F7. RGB value is (59,16,247). Sum of RGB (Red+Green+Blue) = 59+16+247=322 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.32% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 247 (96.88% from 255 or 76.71% from 322); Max value from RGB is 247 - color contains mainly: blue. Hex color #3B10F7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3B10F7 is #C4EF08. Grayscale: #363636. Windows color (decimal): -12906249 or 16191547. OLE color: 16191547.

HSL color Cylindrical-coordinate representation of color #3B10F7: hue angle of 251.17º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3B10F7 is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB5916247-
CMYK0.760.9400.03
HSL251.17º93.52%51.57%-
HSV(B)251.17º93.52%96.86%-
XYZ18.788.0288.55-
YUV55.19236.25130.72-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.32%
GREEN value IS 16 (6.64% from 255) = 4.97%
BLUE value IS 247 (96.88% from 255) = 76.71%
R=18.32%
G=4.97%
B=76.71%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal59162470.760.9400.03251.1793.5251.57
Hex3B10F74C5E03fb5e34
Octal73203671141360337313664
Binary111011100001111011110011001011110011111110111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B10F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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