#3E0472

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

Shades of Indigo #3E0472

Tints of Indigo #3E0472

Color information

#3E0472 (or 0x3E0472) is unknown color: approx Indigo. HEX triplet: 3E, 04 and 72. RGB value is (62,4,114). Sum of RGB (Red+Green+Blue) = 62+4+114=180 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.44% from 180); Green value is 4 (1.95% from 255 or 2.22% from 180); Blue value is 114 (44.92% from 255 or 63.33% from 180); Max value from RGB is 114 - color contains mainly: blue. Hex color #3E0472 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0472 is #C1FB8D. Grayscale: #212121. Windows color (decimal): -12712846 or 7472190. OLE color: 7472190.

HSL color Cylindrical-coordinate representation of color #3E0472: hue angle of 271.64º degrees, saturation: 0.93, 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 #3E0472 is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB624114-
CMYK0.460.9600.55
HSL271.64º93.22%23.14%-
HSV(B)271.64º96.49%44.71%-
XYZ5.072.3316.1-
YUV33.88173.22148.06-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 34.44%
GREEN value IS 4 (1.95% from 255) = 2.22%
BLUE value IS 114 (44.92% from 255) = 63.33%
R=34.44%
G=2.22%
B=63.33%

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
Decimal6241140.460.9600.55271.6493.2223.14
Hex3E4722E600371105d17
Octal7641625614006742013527
Binary111110100111001010111011000000110111100010000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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