#3E079C

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

Shades of Indigo #3E079C

Tints of Indigo #3E079C

Color information

#3E079C (or 0x3E079C) is unknown color: approx Indigo. HEX triplet: 3E, 07 and 9C. RGB value is (62,7,156). Sum of RGB (Red+Green+Blue) = 62+7+156=225 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.56% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 156 (61.33% from 255 or 69.33% from 225); Max value from RGB is 156 - color contains mainly: blue. Hex color #3E079C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E079C is #C1F863. Grayscale: #272727. Windows color (decimal): -12712036 or 10225470. OLE color: 10225470.

HSL color Cylindrical-coordinate representation of color #3E079C: hue angle of 262.15º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3E079C is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB627156-
CMYK0.600.9600.39
HSL262.15º91.41%31.96%-
HSV(B)262.15º95.51%61.18%-
XYZ8.063.5831.72-
YUV40.43193.22143.38-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.56%
GREEN value IS 7 (3.12% from 255) = 3.11%
BLUE value IS 156 (61.33% from 255) = 69.33%
R=27.56%
G=3.11%
B=69.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal6271560.600.9600.39262.1591.4131.96
Hex3E79C3C600271065b20
Octal7672347414004740613340
Binary11111011110011100111100110000001001111000001101011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E079C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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