#3E0885

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

Shades of Indigo #3E0885

Tints of Indigo #3E0885

Color information

#3E0885 (or 0x3E0885) is unknown color: approx Indigo. HEX triplet: 3E, 08 and 85. RGB value is (62,8,133). Sum of RGB (Red+Green+Blue) = 62+8+133=203 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.54% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 133 (52.34% from 255 or 65.52% from 203); Max value from RGB is 133 - color contains mainly: blue. Hex color #3E0885 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0885 is #C1F77A. Grayscale: #252525. Windows color (decimal): -12711803 or 8718398. OLE color: 8718398.

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

Color convert

RGB628133-
CMYK0.530.9400.48
HSL265.92º88.65%27.65%-
HSV(B)265.92º93.98%52.16%-
XYZ6.312.8922.42-
YUV38.4181.39144.84-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 30.54%
GREEN value IS 8 (3.52% from 255) = 3.94%
BLUE value IS 133 (52.34% from 255) = 65.52%
R=30.54%
G=3.94%
B=65.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6281330.530.9400.48265.9288.6527.65
Hex3E885355E03010a591c
Octal76102056513606041213134
Binary11111010001000010111010110111100110000100001010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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