#3E0BAA

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

Shades of Indigo #3E0BAA

Tints of Indigo #3E0BAA

Color information

#3E0BAA (or 0x3E0BAA) is unknown color: approx Indigo. HEX triplet: 3E, 0B and AA. RGB value is (62,11,170). Sum of RGB (Red+Green+Blue) = 62+11+170=243 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.51% from 243); Green value is 11 (4.69% from 255 or 4.53% from 243); Blue value is 170 (66.80% from 255 or 69.96% from 243); Max value from RGB is 170 - color contains mainly: blue. Hex color #3E0BAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0BAA is #C1F455. Grayscale: #2B2B2B. Windows color (decimal): -12710998 or 11143998. OLE color: 11143998.

HSL color Cylindrical-coordinate representation of color #3E0BAA: hue angle of 259.25º degrees, saturation: 0.88, 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 #3E0BAA is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6211170-
CMYK0.640.9400.33
HSL259.25º87.85%35.49%-
HSV(B)259.25º93.53%66.67%-
XYZ9.364.1738.34-
YUV44.38198.9140.57-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.51%
GREEN value IS 11 (4.69% from 255) = 4.53%
BLUE value IS 170 (66.80% from 255) = 69.96%
R=25.51%
G=4.53%
B=69.96%

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
Decimal62111700.640.9400.33259.2587.8535.49
Hex3EBAA405E0211035823
Octal761325210013604140313043
Binary1111101011101010101000000101111001000011000000111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,11,170); }

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

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

 a { background-color: rgb(62,11,170); }

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

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

 span { border-color: rgb(62,11,170); }

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