#470365

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

Shades of Indigo #470365

Tints of Indigo #470365

Color information

#470365 (or 0x470365) is unknown color: approx Indigo. HEX triplet: 47, 03 and 65. RGB value is (71,3,101). Sum of RGB (Red+Green+Blue) = 71+3+101=175 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.57% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 101 (39.84% from 255 or 57.71% from 175); Max value from RGB is 101 - color contains mainly: blue. Hex color #470365 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470365 is #B8FC9A. Grayscale: #222222. Windows color (decimal): -12123291 or 6619975. OLE color: 6619975.

HSL color Cylindrical-coordinate representation of color #470365: hue angle of 281.63º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #470365 is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB713101-
CMYK0.300.9700.60
HSL281.63º94.23%20.39%-
HSV(B)281.63º97.03%39.61%-
XYZ4.982.3412.5-
YUV34.5165.53154.03-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.57%
GREEN value IS 3 (1.56% from 255) = 1.71%
BLUE value IS 101 (39.84% from 255) = 57.71%
R=40.57%
G=1.71%
B=57.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal7131010.300.9700.60281.6394.2320.39
Hex473651E6103C11a5e14
Octal10731453614107443213624
Binary10001111111001011111011000010111100100011010101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470365; }

 p { color: rgb(71,3,101); }

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

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

 a { background-color: rgb(71,3,101); }

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

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

 span { border-color: rgb(71,3,101); }

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