#3E096B

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

Shades of Indigo #3E096B

Tints of Indigo #3E096B

Color information

#3E096B (or 0x3E096B) is unknown color: approx Indigo. HEX triplet: 3E, 09 and 6B. RGB value is (62,9,107). Sum of RGB (Red+Green+Blue) = 62+9+107=178 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.83% from 178); Green value is 9 (3.91% from 255 or 5.06% from 178); Blue value is 107 (42.19% from 255 or 60.11% from 178); Max value from RGB is 107 - color contains mainly: blue. Hex color #3E096B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E096B is #C1F694. Grayscale: #232323. Windows color (decimal): -12711573 or 7014718. OLE color: 7014718.

HSL color Cylindrical-coordinate representation of color #3E096B: hue angle of 272.45º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3E096B is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB629107-
CMYK0.420.9200.58
HSL272.45º84.48%22.75%-
HSV(B)272.45º91.59%41.96%-
XYZ4.742.2814.1-
YUV36.02168.06146.53-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 34.83%
GREEN value IS 9 (3.91% from 255) = 5.06%
BLUE value IS 107 (42.19% from 255) = 60.11%
R=34.83%
G=5.06%
B=60.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6291070.420.9200.58272.4584.4822.75
Hex3E96B2A5C03A1105417
Octal76111535213407242012427
Binary1111101001110101110101010111000111010100010000101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E096B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,9,107); }

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

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

 a { background-color: rgb(62,9,107); }

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

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

 span { border-color: rgb(62,9,107); }

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