#3E038A

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

Shades of Indigo #3E038A

Tints of Indigo #3E038A

Color information

#3E038A (or 0x3E038A) is unknown color: approx Indigo. HEX triplet: 3E, 03 and 8A. RGB value is (62,3,138). Sum of RGB (Red+Green+Blue) = 62+3+138=203 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.54% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 138 (54.30% from 255 or 67.98% from 203); Max value from RGB is 138 - color contains mainly: blue. Hex color #3E038A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E038A is #C1FC75. Grayscale: #232323. Windows color (decimal): -12713078 or 9044798. OLE color: 9044798.

HSL color Cylindrical-coordinate representation of color #3E038A: hue angle of 266.22º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E038A is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB623138-
CMYK0.550.9800.46
HSL266.22º95.74%27.65%-
HSV(B)266.22º97.83%54.12%-
XYZ6.612.9224.26-
YUV36.03185.55146.52-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 30.54%
GREEN value IS 3 (1.56% from 255) = 1.48%
BLUE value IS 138 (54.30% from 255) = 67.98%
R=30.54%
G=1.48%
B=67.98%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal6231380.550.9800.46266.2295.7427.65
Hex3E38A376202E10a601c
Octal7632126714205641214034
Binary111110111000101011011111000100101110100001010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E038A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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