#3a0ee8

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

Shades of Han Purple #3A0EE8

Tints of Han Purple #3A0EE8

Color information

#3A0EE8 (or 0x3A0EE8) is unknown color: approx Han Purple. HEX triplet: 3A, 0E and E8. RGB value is (58,14,232). Sum of RGB (Red+Green+Blue) = 58+14+232=304 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.08% from 304); Green value is 14 (5.86% from 255 or 4.61% from 304); Blue value is 232 (91.02% from 255 or 76.32% from 304); Max value from RGB is 232 - color contains mainly: blue. Hex color #3A0EE8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A0EE8 is #C5F117. Grayscale: #333333. Windows color (decimal): -12972312 or 15207994. OLE color: 15207994.

HSL color Cylindrical-coordinate representation of color #3A0EE8: hue angle of 252.11º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3A0EE8 is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB5814232-
CMYK0.750.9400.09
HSL252.11º88.62%48.24%-
HSV(B)252.11º93.97%90.98%-
XYZ16.477.0476.83-
YUV52.01229.58132.27-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.08%
GREEN value IS 14 (5.86% from 255) = 4.61%
BLUE value IS 232 (91.02% from 255) = 76.32%
R=19.08%
G=4.61%
B=76.32%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal58142320.750.9400.09252.1188.6248.24
Hex3AEE84B5E09fc5930
Octal721635011313601137413160
Binary1110101110111010001001011101111001001111111001011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a0ee8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,14,232); }

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

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

 a { background-color: rgb(58,14,232); }

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

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

 span { border-color: rgb(58,14,232); }

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