#470369

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

Shades of Indigo #470369

Tints of Indigo #470369

Color information

#470369 (or 0x470369) is unknown color: approx Indigo. HEX triplet: 47, 03 and 69. RGB value is (71,3,105). Sum of RGB (Red+Green+Blue) = 71+3+105=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 105 (41.41% from 255 or 58.66% from 179); Max value from RGB is 105 - color contains mainly: blue. Hex color #470369 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470369 is #B8FC96. Grayscale: #222222. Windows color (decimal): -12123287 or 6882119. OLE color: 6882119.

HSL color Cylindrical-coordinate representation of color #470369: hue angle of 280º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #470369 is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB713105-
CMYK0.320.9700.59
HSL280º94.44%21.18%-
HSV(B)280º97.14%41.18%-
XYZ5.182.4213.56-
YUV34.96167.53153.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.66%
GREEN value IS 3 (1.56% from 255) = 1.68%
BLUE value IS 105 (41.41% from 255) = 58.66%
R=39.66%
G=1.68%
B=58.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7131050.320.9700.5928094.4421.18
Hex47369206103B1185e15
Octal10731514014107343013625
Binary100011111110100110000011000010111011100011000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470369; }

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

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

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

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

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

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

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

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