#3E017C

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

Shades of Indigo #3E017C

Tints of Indigo #3E017C

Color information

#3E017C (or 0x3E017C) is unknown color: approx Indigo. HEX triplet: 3E, 01 and 7C. RGB value is (62,1,124). Sum of RGB (Red+Green+Blue) = 62+1+124=187 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.16% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 124 (48.83% from 255 or 66.31% from 187); Max value from RGB is 124 - color contains mainly: blue. Hex color #3E017C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E017C is #C1FE83. Grayscale: #202020. Windows color (decimal): -12713604 or 8126782. OLE color: 8126782.

HSL color Cylindrical-coordinate representation of color #3E017C: hue angle of 269.76º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E017C is Cyan = 0.5, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB621124-
CMYK0.50.9900.51
HSL269.76º98.4%24.51%-
HSV(B)269.76º99.19%48.63%-
XYZ5.642.519.25-
YUV33.26179.21148.5-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 33.16%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 124 (48.83% from 255) = 66.31%
R=33.16%
G=0.53%
B=66.31%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6211240.50.9900.51269.7698.424.51
Hex3E17C326303310e6219
Octal7611746214306341614231
Binary1111101111110011001011000110110011100001110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E017C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,1,124); }

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

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

 a { background-color: rgb(62,1,124); }

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

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

 span { border-color: rgb(62,1,124); }

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