#3E0AA7

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

Shades of Indigo #3E0AA7

Tints of Indigo #3E0AA7

Color information

#3E0AA7 (or 0x3E0AA7) is unknown color: approx Indigo. HEX triplet: 3E, 0A and A7. RGB value is (62,10,167). Sum of RGB (Red+Green+Blue) = 62+10+167=239 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.94% from 239); Green value is 10 (4.30% from 255 or 4.18% from 239); Blue value is 167 (65.62% from 255 or 69.87% from 239); Max value from RGB is 167 - color contains mainly: blue. Hex color #3E0AA7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0AA7 is #C1F558. Grayscale: #2A2A2A. Windows color (decimal): -12711257 or 10947134. OLE color: 10947134.

HSL color Cylindrical-coordinate representation of color #3E0AA7: hue angle of 259.87º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E0AA7 is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6210167-
CMYK0.630.9400.35
HSL259.87º88.7%34.71%-
HSV(B)259.87º94.01%65.49%-
XYZ9.074.0336.86-
YUV43.45197.73141.23-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.94%
GREEN value IS 10 (4.30% from 255) = 4.18%
BLUE value IS 167 (65.62% from 255) = 69.87%
R=25.94%
G=4.18%
B=69.87%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal62101670.630.9400.35259.8788.734.71
Hex3EAA73F5E0231045923
Octal76122477713604340413143
Binary111110101010100111111111101111001000111000001001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,10,167); }

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

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

 a { background-color: rgb(62,10,167); }

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

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

 span { border-color: rgb(62,10,167); }

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