#470061

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

Shades of Indigo #470061

Tints of Indigo #470061

Color information

#470061 (or 0x470061) is unknown color: approx Indigo. HEX triplet: 47, 00 and 61. RGB value is (71,0,97). Sum of RGB (Red+Green+Blue) = 71+0+97=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 97 (38.28% from 255 or 57.74% from 168); Max value from RGB is 97 - color contains mainly: blue. Hex color #470061 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470061 is #B8FF9E. Grayscale: #1F1F1F. Windows color (decimal): -12124063 or 6357063. OLE color: 6357063.

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

Color convert

RGB71097-
CMYK0.27100.62
HSL283.92º100%19.02%-
HSV(B)283.92º100%38.04%-
XYZ4.762.211.48-
YUV32.29164.52155.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 97 (38.28% from 255) = 57.74%
R=42.26%
G=0%
B=57.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal710970.27100.62283.9210019.02
Hex470611B6403E11c6413
Octal10701413314407643414423
Binary1000111011000011101111001000111110100011100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470061; }

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

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

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

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

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

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

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

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