#47035C

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

Shades of Indigo #47035C

Tints of Indigo #47035C

Color information

#47035C (or 0x47035C) is unknown color: approx Indigo. HEX triplet: 47, 03 and 5C. RGB value is (71,3,92). Sum of RGB (Red+Green+Blue) = 71+3+92=166 (21% of max value = 765). Red value is 71 (28.12% from 255 or 42.77% from 166); Green value is 3 (1.56% from 255 or 1.81% from 166); Blue value is 92 (36.33% from 255 or 55.42% from 166); Max value from RGB is 92 - color contains mainly: blue. Hex color #47035C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47035C is #B8FCA3. Grayscale: #212121. Windows color (decimal): -12123300 or 6030151. OLE color: 6030151.

HSL color Cylindrical-coordinate representation of color #47035C: hue angle of 285.84º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #47035C is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB71392-
CMYK0.230.9700.64
HSL285.84º93.68%18.63%-
HSV(B)285.84º96.74%36.08%-
XYZ4.562.1810.31-
YUV33.48161.03154.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.77%
GREEN value IS 3 (1.56% from 255) = 1.81%
BLUE value IS 92 (36.33% from 255) = 55.42%
R=42.77%
G=1.81%
B=55.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal713920.230.9700.64285.8493.6818.63
Hex4735C176104011e5e13
Octal107313427141010043613623
Binary100011111101110010111110000101000000100011110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47035C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47035C; }

 p { color: rgb(71,3,92); }

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

<style>
 a { background-color: #47035C; }

 a { background-color: rgb(71,3,92); }

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

<style>
 span { border-color: #47035C; }

 span { border-color: rgb(71,3,92); }

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