#3E066B

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

Shades of Indigo #3E066B

Tints of Indigo #3E066B

Color information

#3E066B (or 0x3E066B) is unknown color: approx Indigo. HEX triplet: 3E, 06 and 6B. RGB value is (62,6,107). Sum of RGB (Red+Green+Blue) = 62+6+107=175 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.43% from 175); Green value is 6 (2.73% from 255 or 3.43% from 175); Blue value is 107 (42.19% from 255 or 61.14% from 175); Max value from RGB is 107 - color contains mainly: blue. Hex color #3E066B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E066B is #C1F994. Grayscale: #212121. Windows color (decimal): -12712341 or 7013950. OLE color: 7013950.

HSL color Cylindrical-coordinate representation of color #3E066B: hue angle of 273.27º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E066B is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB626107-
CMYK0.420.9400.58
HSL273.27º89.38%22.16%-
HSV(B)273.27º94.39%41.96%-
XYZ4.712.2214.09-
YUV34.26169.05147.79-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 35.43%
GREEN value IS 6 (2.73% from 255) = 3.43%
BLUE value IS 107 (42.19% from 255) = 61.14%
R=35.43%
G=3.43%
B=61.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6261070.420.9400.58273.2789.3822.16
Hex3E66B2A5E03A1115916
Octal7661535213607242113126
Binary111110110110101110101010111100111010100010001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E066B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,6,107); }

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

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

 a { background-color: rgb(62,6,107); }

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

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

 span { border-color: rgb(62,6,107); }

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