#3E0083

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

Shades of Indigo #3E0083

Tints of Indigo #3E0083

Color information

#3E0083 (or 0x3E0083) is unknown color: approx Indigo. HEX triplet: 3E, 00 and 83. RGB value is (62,0,131). Sum of RGB (Red+Green+Blue) = 62+0+131=193 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.12% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 131 (51.56% from 255 or 67.88% from 193); Max value from RGB is 131 - color contains mainly: blue. Hex color #3E0083 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0083 is #C1FF7C. Grayscale: #212121. Windows color (decimal): -12713853 or 8585278. OLE color: 8585278.

HSL color Cylindrical-coordinate representation of color #3E0083: hue angle of 268.4º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E0083 is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB620131-
CMYK0.53100.49
HSL268.4º100%25.69%-
HSV(B)268.4º100%51.37%-
XYZ6.082.6621.67-
YUV33.47183.04148.35-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 32.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 131 (51.56% from 255) = 67.88%
R=32.12%
G=0%
B=67.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6201310.53100.49268.410025.69
Hex3E083356403110c641a
Octal7602036514406141414432
Binary11111001000001111010111001000110001100001100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,0,131); }

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

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

 a { background-color: rgb(62,0,131); }

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

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

 span { border-color: rgb(62,0,131); }

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