#47066c

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

Shades of Indigo #47066C

Tints of Indigo #47066C

Color information

#47066C (or 0x47066C) is unknown color: approx Indigo. HEX triplet: 47, 06 and 6C. RGB value is (71,6,108). Sum of RGB (Red+Green+Blue) = 71+6+108=185 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.38% from 185); Green value is 6 (2.73% from 255 or 3.24% from 185); Blue value is 108 (42.58% from 255 or 58.38% from 185); Max value from RGB is 108 - color contains mainly: blue. Hex color #47066C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47066C is #B8F993. Grayscale: #242424. Windows color (decimal): -12122516 or 7079495. OLE color: 7079495.

HSL color Cylindrical-coordinate representation of color #47066C: hue angle of 278.24º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #47066C is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB716108-
CMYK0.340.9400.58
HSL278.24º89.47%22.35%-
HSV(B)278.24º94.44%42.35%-
XYZ5.372.5514.4-
YUV37.06168.03152.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.38%
GREEN value IS 6 (2.73% from 255) = 3.24%
BLUE value IS 108 (42.58% from 255) = 58.38%
R=38.38%
G=3.24%
B=58.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7161080.340.9400.58278.2489.4722.35
Hex4766C225E03A1165916
Octal10761544213607242613126
Binary1000111110110110010001010111100111010100010110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47066c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47066c; }

 p { color: rgb(71,6,108); }

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

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

 a { background-color: rgb(71,6,108); }

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

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

 span { border-color: rgb(71,6,108); }

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