#3E006D

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

Shades of Indigo #3E006D

Tints of Indigo #3E006D

Color information

#3E006D (or 0x3E006D) is unknown color: approx Indigo. HEX triplet: 3E, 00 and 6D. RGB value is (62,0,109). Sum of RGB (Red+Green+Blue) = 62+0+109=171 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.26% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 109 (42.97% from 255 or 63.74% from 171); Max value from RGB is 109 - color contains mainly: blue. Hex color #3E006D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E006D is #C1FF92. Grayscale: #1E1E1E. Windows color (decimal): -12713875 or 7143486. OLE color: 7143486.

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

Color convert

RGB620109-
CMYK0.43100.57
HSL274.13º100%21.37%-
HSV(B)274.13º100%42.75%-
XYZ4.752.1314.63-
YUV30.96172.04150.14-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 36.26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 109 (42.97% from 255) = 63.74%
R=36.26%
G=0%
B=63.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6201090.43100.57274.1310021.37
Hex3E06D2B640391126415
Octal7601555314407142214425
Binary1111100110110110101111001000111001100010010110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E006D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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