#3E0AAB

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

Shades of Indigo #3E0AAB

Tints of Indigo #3E0AAB

Color information

#3E0AAB (or 0x3E0AAB) is unknown color: approx Indigo. HEX triplet: 3E, 0A and AB. RGB value is (62,10,171). Sum of RGB (Red+Green+Blue) = 62+10+171=243 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.51% from 243); Green value is 10 (4.30% from 255 or 4.12% from 243); Blue value is 171 (67.19% from 255 or 70.37% from 243); Max value from RGB is 171 - color contains mainly: blue. Hex color #3E0AAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0AAB is #C1F554. Grayscale: #2B2B2B. Windows color (decimal): -12711253 or 11209278. OLE color: 11209278.

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

Color convert

RGB6210171-
CMYK0.640.9400.33
HSL259.38º88.95%35.49%-
HSV(B)259.38º94.15%67.06%-
XYZ9.454.1838.84-
YUV43.9199.73140.91-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.51%
GREEN value IS 10 (4.30% from 255) = 4.12%
BLUE value IS 171 (67.19% from 255) = 70.37%
R=25.51%
G=4.12%
B=70.37%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal62101710.640.9400.33259.3888.9535.49
Hex3EAAB405E0211035923
Octal761225310013604140313143
Binary1111101010101010111000000101111001000011000000111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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