#3E0377

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

Shades of Indigo #3E0377

Tints of Indigo #3E0377

Color information

#3E0377 (or 0x3E0377) is unknown color: approx Indigo. HEX triplet: 3E, 03 and 77. RGB value is (62,3,119). Sum of RGB (Red+Green+Blue) = 62+3+119=184 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.70% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 119 (46.88% from 255 or 64.67% from 184); Max value from RGB is 119 - color contains mainly: blue. Hex color #3E0377 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0377 is #C1FC88. Grayscale: #212121. Windows color (decimal): -12713097 or 7799614. OLE color: 7799614.

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

Color convert

RGB623119-
CMYK0.480.9700.53
HSL270.52º95.08%23.92%-
HSV(B)270.52º97.48%46.67%-
XYZ5.352.4217.64-
YUV33.86176.05148.07-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 33.70%
GREEN value IS 3 (1.56% from 255) = 1.63%
BLUE value IS 119 (46.88% from 255) = 64.67%
R=33.70%
G=1.63%
B=64.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6231190.480.9700.53270.5295.0823.92
Hex3E377306103510f5f18
Octal7631676014106541713730
Binary11111011111011111000011000010110101100001111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,3,119); }

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

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

 a { background-color: rgb(62,3,119); }

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

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

 span { border-color: rgb(62,3,119); }

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