#3E0785

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

Shades of Indigo #3E0785

Tints of Indigo #3E0785

Color information

#3E0785 (or 0x3E0785) is unknown color: approx Indigo. HEX triplet: 3E, 07 and 85. RGB value is (62,7,133). Sum of RGB (Red+Green+Blue) = 62+7+133=202 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.69% from 202); Green value is 7 (3.12% from 255 or 3.47% from 202); Blue value is 133 (52.34% from 255 or 65.84% from 202); Max value from RGB is 133 - color contains mainly: blue. Hex color #3E0785 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0785 is #C1F87A. Grayscale: #252525. Windows color (decimal): -12712059 or 8718142. OLE color: 8718142.

HSL color Cylindrical-coordinate representation of color #3E0785: hue angle of 266.19º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E0785 is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB627133-
CMYK0.530.9500.48
HSL266.19º90%27.45%-
HSV(B)266.19º94.74%52.16%-
XYZ6.32.8722.41-
YUV37.81181.72145.25-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 30.69%
GREEN value IS 7 (3.12% from 255) = 3.47%
BLUE value IS 133 (52.34% from 255) = 65.84%
R=30.69%
G=3.47%
B=65.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6271330.530.9500.48266.199027.45
Hex3E785355F03010a5a1b
Octal7672056513706041213233
Binary1111101111000010111010110111110110000100001010101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,7,133); }

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

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

 a { background-color: rgb(62,7,133); }

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

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

 span { border-color: rgb(62,7,133); }

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