#3A10F7

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

Shades of Han Purple #3A10F7

Tints of Han Purple #3A10F7

Color information

#3A10F7 (or 0x3A10F7) is unknown color: approx Han Purple. HEX triplet: 3A, 10 and F7. RGB value is (58,16,247). Sum of RGB (Red+Green+Blue) = 58+16+247=321 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.07% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 247 (96.88% from 255 or 76.95% from 321); Max value from RGB is 247 - color contains mainly: blue. Hex color #3A10F7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A10F7 is #C5EF08. Grayscale: #363636. Windows color (decimal): -12971785 or 16191546. OLE color: 16191546.

HSL color Cylindrical-coordinate representation of color #3A10F7: hue angle of 250.91º 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 #3A10F7 is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB5816247-
CMYK0.770.9400.03
HSL250.91º93.52%51.57%-
HSV(B)250.91º93.52%96.86%-
XYZ18.727.9988.55-
YUV54.89236.41130.22-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.07%
GREEN value IS 16 (6.64% from 255) = 4.98%
BLUE value IS 247 (96.88% from 255) = 76.95%
R=18.07%
G=4.98%
B=76.95%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal58162470.770.9400.03250.9193.5251.57
Hex3A10F74D5E03fb5e34
Octal72203671151360337313664
Binary111010100001111011110011011011110011111110111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A10F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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