#3E098C

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

Shades of Indigo #3E098C

Tints of Indigo #3E098C

Color information

#3E098C (or 0x3E098C) is unknown color: approx Indigo. HEX triplet: 3E, 09 and 8C. RGB value is (62,9,140). Sum of RGB (Red+Green+Blue) = 62+9+140=211 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.38% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 140 (55.08% from 255 or 66.35% from 211); Max value from RGB is 140 - color contains mainly: blue. Hex color #3E098C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E098C is #C1F673. Grayscale: #272727. Windows color (decimal): -12711540 or 9177406. OLE color: 9177406.

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

Color convert

RGB629140-
CMYK0.560.9400.45
HSL264.27º87.92%29.22%-
HSV(B)264.27º93.57%54.9%-
XYZ6.823.1125.05-
YUV39.78184.56143.85-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.38%
GREEN value IS 9 (3.91% from 255) = 4.27%
BLUE value IS 140 (55.08% from 255) = 66.35%
R=29.38%
G=4.27%
B=66.35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6291400.560.9400.45264.2787.9229.22
Hex3E98C385E02D108581d
Octal76112147013605541013035
Binary11111010011000110011100010111100101101100001000101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E098C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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