#3E0261

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

Shades of Indigo #3E0261

Tints of Indigo #3E0261

Color information

#3E0261 (or 0x3E0261) is unknown color: approx Indigo. HEX triplet: 3E, 02 and 61. RGB value is (62,2,97). Sum of RGB (Red+Green+Blue) = 62+2+97=161 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.51% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 97 (38.28% from 255 or 60.25% from 161); Max value from RGB is 97 - color contains mainly: blue. Hex color #3E0261 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0261 is #C1FD9E. Grayscale: #1E1E1E. Windows color (decimal): -12713375 or 6357566. OLE color: 6357566.

HSL color Cylindrical-coordinate representation of color #3E0261: hue angle of 277.89º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E0261 is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB62297-
CMYK0.360.9800.62
HSL277.89º95.96%19.41%-
HSV(B)277.89º97.94%38.04%-
XYZ4.171.9311.46-
YUV30.77165.38150.28-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 38.51%
GREEN value IS 2 (1.17% from 255) = 1.24%
BLUE value IS 97 (38.28% from 255) = 60.25%
R=38.51%
G=1.24%
B=60.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal622970.360.9800.62277.8995.9619.41
Hex3E261246203E1166013
Octal7621414414207642614023
Binary11111010110000110010011000100111110100010110110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,2,97); }

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

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

 a { background-color: rgb(62,2,97); }

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

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

 span { border-color: rgb(62,2,97); }

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