#3E098E

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

Shades of Indigo #3E098E

Tints of Indigo #3E098E

Color information

#3E098E (or 0x3E098E) is unknown color: approx Indigo. HEX triplet: 3E, 09 and 8E. RGB value is (62,9,142). Sum of RGB (Red+Green+Blue) = 62+9+142=213 (28% of max value = 765). Red value is 62 (24.61% from 255 or 29.11% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 142 (55.86% from 255 or 66.67% from 213); Max value from RGB is 142 - color contains mainly: blue. Hex color #3E098E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E098E is #C1F671. Grayscale: #272727. Windows color (decimal): -12711538 or 9308478. OLE color: 9308478.

HSL color Cylindrical-coordinate representation of color #3E098E: hue angle of 263.91º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E098E is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB629142-
CMYK0.560.9400.44
HSL263.91º88.08%29.61%-
HSV(B)263.91º93.66%55.69%-
XYZ6.973.1725.84-
YUV40.01185.56143.69-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.11%
GREEN value IS 9 (3.91% from 255) = 4.23%
BLUE value IS 142 (55.86% from 255) = 66.67%
R=29.11%
G=4.23%
B=66.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6291420.560.9400.44263.9188.0829.61
Hex3E98E385E02C108581e
Octal76112167013605441013036
Binary11111010011000111011100010111100101100100001000101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E098E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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