#470767

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

Shades of Indigo #470767

Tints of Indigo #470767

Color information

#470767 (or 0x470767) is unknown color: approx Indigo. HEX triplet: 47, 07 and 67. RGB value is (71,7,103). Sum of RGB (Red+Green+Blue) = 71+7+103=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 7 (3.12% from 255 or 3.87% from 181); Blue value is 103 (40.62% from 255 or 56.91% from 181); Max value from RGB is 103 - color contains mainly: blue. Hex color #470767 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470767 is #B8F898. Grayscale: #242424. Windows color (decimal): -12122265 or 6752071. OLE color: 6752071.

HSL color Cylindrical-coordinate representation of color #470767: hue angle of 280º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #470767 is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB717103-
CMYK0.310.9300.60
HSL280º87.27%21.57%-
HSV(B)280º93.2%40.39%-
XYZ5.122.4713.04-
YUV37.08165.2152.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.23%
GREEN value IS 7 (3.12% from 255) = 3.87%
BLUE value IS 103 (40.62% from 255) = 56.91%
R=39.23%
G=3.87%
B=56.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal7171030.310.9300.6028087.2721.57
Hex477671F5D03C1185716
Octal10771473713507443012726
Binary100011111111001111111110111010111100100011000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470767; }

 p { color: rgb(71,7,103); }

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

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

 a { background-color: rgb(71,7,103); }

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

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

 span { border-color: rgb(71,7,103); }

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