#3E0AAD

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

Shades of Indigo #3E0AAD

Tints of Indigo #3E0AAD

Color information

#3E0AAD (or 0x3E0AAD) is unknown color: approx Indigo. HEX triplet: 3E, 0A and AD. RGB value is (62,10,173). Sum of RGB (Red+Green+Blue) = 62+10+173=245 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.31% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 173 (67.97% from 255 or 70.61% from 245); Max value from RGB is 173 - color contains mainly: blue. Hex color #3E0AAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0AAD is #C1F552. Grayscale: #2B2B2B. Windows color (decimal): -12711251 or 11340350. OLE color: 11340350.

HSL color Cylindrical-coordinate representation of color #3E0AAD: hue angle of 259.14º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E0AAD is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6210173-
CMYK0.640.9400.32
HSL259.14º89.07%35.88%-
HSV(B)259.14º94.22%67.84%-
XYZ9.644.2639.85-
YUV44.13200.73140.75-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.31%
GREEN value IS 10 (4.30% from 255) = 4.08%
BLUE value IS 173 (67.97% from 255) = 70.61%
R=25.31%
G=4.08%
B=70.61%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal62101730.640.9400.32259.1489.0735.88
Hex3EAAD405E0201035924
Octal761225510013604040313144
Binary1111101010101011011000000101111001000001000000111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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