#3E057B

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

Shades of Indigo #3E057B

Tints of Indigo #3E057B

Color information

#3E057B (or 0x3E057B) is unknown color: approx Indigo. HEX triplet: 3E, 05 and 7B. RGB value is (62,5,123). Sum of RGB (Red+Green+Blue) = 62+5+123=190 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.63% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 123 (48.44% from 255 or 64.74% from 190); Max value from RGB is 123 - color contains mainly: blue. Hex color #3E057B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E057B is #C1FA84. Grayscale: #232323. Windows color (decimal): -12712581 or 8062270. OLE color: 8062270.

HSL color Cylindrical-coordinate representation of color #3E057B: hue angle of 268.98º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3E057B is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB625123-
CMYK0.500.9600.52
HSL268.98º92.19%25.1%-
HSV(B)268.98º95.93%48.24%-
XYZ5.622.5618.94-
YUV35.49177.38146.91-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 32.63%
GREEN value IS 5 (2.34% from 255) = 2.63%
BLUE value IS 123 (48.44% from 255) = 64.74%
R=32.63%
G=2.63%
B=64.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6251230.500.9600.52268.9892.1925.1
Hex3E57B326003410d5c19
Octal7651736214006441513431
Binary111110101111101111001011000000110100100001101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E057B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,5,123); }

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

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

 a { background-color: rgb(62,5,123); }

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

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

 span { border-color: rgb(62,5,123); }

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