#470063

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

Shades of Indigo #470063

Tints of Indigo #470063

Color information

#470063 (or 0x470063) is unknown color: approx Indigo. HEX triplet: 47, 00 and 63. RGB value is (71,0,99). Sum of RGB (Red+Green+Blue) = 71+0+99=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 99 (39.06% from 255 or 58.24% from 170); Max value from RGB is 99 - color contains mainly: blue. Hex color #470063 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470063 is #B8FF9C. Grayscale: #202020. Windows color (decimal): -12124061 or 6488135. OLE color: 6488135.

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

Color convert

RGB71099-
CMYK0.28100.61
HSL283.03º100%19.41%-
HSV(B)283.03º100%38.82%-
XYZ4.852.2411.98-
YUV32.52165.52155.45-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.76%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 99 (39.06% from 255) = 58.24%
R=41.76%
G=0%
B=58.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal710990.28100.61283.0310019.41
Hex470631C6403D11b6413
Octal10701433414407543314423
Binary1000111011000111110011001000111101100011011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470063; }

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

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

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

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

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

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

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

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