#3E046C

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

Shades of Indigo #3E046C

Tints of Indigo #3E046C

Color information

#3E046C (or 0x3E046C) is unknown color: approx Indigo. HEX triplet: 3E, 04 and 6C. RGB value is (62,4,108). Sum of RGB (Red+Green+Blue) = 62+4+108=174 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.63% from 174); Green value is 4 (1.95% from 255 or 2.30% from 174); Blue value is 108 (42.58% from 255 or 62.07% from 174); Max value from RGB is 108 - color contains mainly: blue. Hex color #3E046C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E046C is #C1FB93. Grayscale: #202020. Windows color (decimal): -12712852 or 7078974. OLE color: 7078974.

HSL color Cylindrical-coordinate representation of color #3E046C: hue angle of 273.46º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3E046C is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB624108-
CMYK0.430.9600.58
HSL273.46º92.86%21.96%-
HSV(B)273.46º96.3%42.35%-
XYZ4.742.1914.36-
YUV33.2170.22148.54-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 35.63%
GREEN value IS 4 (1.95% from 255) = 2.30%
BLUE value IS 108 (42.58% from 255) = 62.07%
R=35.63%
G=2.30%
B=62.07%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6241080.430.9600.58273.4692.8621.96
Hex3E46C2B6003A1115d16
Octal7641545314007242113526
Binary111110100110110010101111000000111010100010001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E046C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,4,108); }

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

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

 a { background-color: rgb(62,4,108); }

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

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

 span { border-color: rgb(62,4,108); }

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