#3E0572

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

Shades of Indigo #3E0572

Tints of Indigo #3E0572

Color information

#3E0572 (or 0x3E0572) is unknown color: approx Indigo. HEX triplet: 3E, 05 and 72. RGB value is (62,5,114). Sum of RGB (Red+Green+Blue) = 62+5+114=181 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.25% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 114 (44.92% from 255 or 62.98% from 181); Max value from RGB is 114 - color contains mainly: blue. Hex color #3E0572 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0572 is #C1FA8D. Grayscale: #222222. Windows color (decimal): -12712590 or 7472446. OLE color: 7472446.

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

Color convert

RGB625114-
CMYK0.460.9600.55
HSL271.38º91.6%23.33%-
HSV(B)271.38º95.61%44.71%-
XYZ5.082.3516.11-
YUV34.47172.88147.64-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 34.25%
GREEN value IS 5 (2.34% from 255) = 2.76%
BLUE value IS 114 (44.92% from 255) = 62.98%
R=34.25%
G=2.76%
B=62.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6251140.460.9600.55271.3891.623.33
Hex3E5722E6003710f5c17
Octal7651625614006741713427
Binary111110101111001010111011000000110111100001111101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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