#3E0170

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

Shades of Indigo #3E0170

Tints of Indigo #3E0170

Color information

#3E0170 (or 0x3E0170) is unknown color: approx Indigo. HEX triplet: 3E, 01 and 70. RGB value is (62,1,112). Sum of RGB (Red+Green+Blue) = 62+1+112=175 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.43% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 112 (44.14% from 255 or 64% from 175); Max value from RGB is 112 - color contains mainly: blue. Hex color #3E0170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0170 is #C1FE8F. Grayscale: #1F1F1F. Windows color (decimal): -12713616 or 7340350. OLE color: 7340350.

HSL color Cylindrical-coordinate representation of color #3E0170: hue angle of 272.97º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E0170 is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB621112-
CMYK0.450.9900.56
HSL272.97º98.23%22.16%-
HSV(B)272.97º99.11%43.92%-
XYZ4.922.2215.5-
YUV31.89173.21149.47-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 35.43%
GREEN value IS 1 (0.78% from 255) = 0.57%
BLUE value IS 112 (44.14% from 255) = 64%
R=35.43%
G=0.57%
B=64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6211120.450.9900.56272.9798.2322.16
Hex3E1702D630381116216
Octal7611605514307042114226
Binary1111101111000010110111000110111000100010001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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