#3E026D

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

Shades of Indigo #3E026D

Tints of Indigo #3E026D

Color information

#3E026D (or 0x3E026D) is unknown color: approx Indigo. HEX triplet: 3E, 02 and 6D. RGB value is (62,2,109). Sum of RGB (Red+Green+Blue) = 62+2+109=173 (22% of max value = 765). Red value is 62 (24.61% from 255 or 35.84% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 109 (42.97% from 255 or 63.01% from 173); Max value from RGB is 109 - color contains mainly: blue. Hex color #3E026D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E026D is #C1FD92. Grayscale: #1F1F1F. Windows color (decimal): -12713363 or 7143998. OLE color: 7143998.

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

Color convert

RGB622109-
CMYK0.430.9800.57
HSL273.64º96.4%21.76%-
HSV(B)273.64º98.17%42.75%-
XYZ4.772.1714.64-
YUV32.14171.38149.3-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 35.84%
GREEN value IS 2 (1.17% from 255) = 1.16%
BLUE value IS 109 (42.97% from 255) = 63.01%
R=35.84%
G=1.16%
B=63.01%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6221090.430.9800.57273.6496.421.76
Hex3E26D2B620391126016
Octal7621555314207142214026
Binary11111010110110110101111000100111001100010010110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E026D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,2,109); }

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

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

 a { background-color: rgb(62,2,109); }

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

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

 span { border-color: rgb(62,2,109); }

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