#471075

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

Shades of Indigo #471075

Tints of Indigo #471075

Color information

#471075 (or 0x471075) is unknown color: approx Indigo. HEX triplet: 47, 10 and 75. RGB value is (71,16,117). Sum of RGB (Red+Green+Blue) = 71+16+117=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 117 (46.09% from 255 or 57.35% from 204); Max value from RGB is 117 - color contains mainly: blue. Hex color #471075 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471075 is #B8EF8A. Grayscale: #2B2B2B. Windows color (decimal): -12119947 or 7671879. OLE color: 7671879.

HSL color Cylindrical-coordinate representation of color #471075: hue angle of 272.67º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #471075 is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7116117-
CMYK0.390.8600.54
HSL272.67º75.94%26.08%-
HSV(B)272.67º86.32%45.88%-
XYZ5.992.9917.09-
YUV43.96169.22147.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.80%
GREEN value IS 16 (6.64% from 255) = 7.84%
BLUE value IS 117 (46.09% from 255) = 57.35%
R=34.80%
G=7.84%
B=57.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71161170.390.8600.54272.6775.9426.08
Hex47107527560361114c1a
Octal107201654712606642111432
Binary100011110000111010110011110101100110110100010001100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471075; }

 p { color: rgb(71,16,117); }

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

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

 a { background-color: rgb(71,16,117); }

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

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

 span { border-color: rgb(71,16,117); }

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