#470761

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

Shades of Indigo #470761

Tints of Indigo #470761

Color information

#470761 (or 0x470761) is unknown color: approx Indigo. HEX triplet: 47, 07 and 61. RGB value is (71,7,97). Sum of RGB (Red+Green+Blue) = 71+7+97=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 97 (38.28% from 255 or 55.43% from 175); Max value from RGB is 97 - color contains mainly: blue. Hex color #470761 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470761 is #B8F89E. Grayscale: #242424. Windows color (decimal): -12122271 or 6358855. OLE color: 6358855.

HSL color Cylindrical-coordinate representation of color #470761: hue angle of 282.67º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #470761 is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB71797-
CMYK0.270.9300.62
HSL282.67º86.54%20.39%-
HSV(B)282.67º92.78%38.04%-
XYZ4.832.3511.51-
YUV36.4162.2152.68-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.57%
GREEN value IS 7 (3.12% from 255) = 4%
BLUE value IS 97 (38.28% from 255) = 55.43%
R=40.57%
G=4%
B=55.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal717970.270.9300.62282.6786.5420.39
Hex477611B5D03E11b5714
Octal10771413313507643312724
Binary100011111111000011101110111010111110100011011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470761; }

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

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

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

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

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

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

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

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