#3E0376

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

Shades of Indigo #3E0376

Tints of Indigo #3E0376

Color information

#3E0376 (or 0x3E0376) is unknown color: approx Indigo. HEX triplet: 3E, 03 and 76. RGB value is (62,3,118). Sum of RGB (Red+Green+Blue) = 62+3+118=183 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.88% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 118 (46.48% from 255 or 64.48% from 183); Max value from RGB is 118 - color contains mainly: blue. Hex color #3E0376 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0376 is #C1FC89. Grayscale: #212121. Windows color (decimal): -12713098 or 7734078. OLE color: 7734078.

HSL color Cylindrical-coordinate representation of color #3E0376: hue angle of 270.78º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E0376 is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB623118-
CMYK0.470.9700.54
HSL270.78º95.04%23.73%-
HSV(B)270.78º97.46%46.27%-
XYZ5.292.417.32-
YUV33.75175.55148.15-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 33.88%
GREEN value IS 3 (1.56% from 255) = 1.64%
BLUE value IS 118 (46.48% from 255) = 64.48%
R=33.88%
G=1.64%
B=64.48%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6231180.470.9700.54270.7895.0423.73
Hex3E3762F6103610f5f18
Octal7631665714106641713730
Binary11111011111011010111111000010110110100001111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,3,118); }

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

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

 a { background-color: rgb(62,3,118); }

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

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

 span { border-color: rgb(62,3,118); }

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