#470875

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

Shades of Indigo #470875

Tints of Indigo #470875

Color information

#470875 (or 0x470875) is unknown color: approx Indigo. HEX triplet: 47, 08 and 75. RGB value is (71,8,117). Sum of RGB (Red+Green+Blue) = 71+8+117=196 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.22% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 117 (46.09% from 255 or 59.69% from 196); Max value from RGB is 117 - color contains mainly: blue. Hex color #470875 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470875 is #B8F78A. Grayscale: #262626. Windows color (decimal): -12121995 or 7669831. OLE color: 7669831.

HSL color Cylindrical-coordinate representation of color #470875: hue angle of 274.68º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #470875 is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB718117-
CMYK0.390.9300.54
HSL274.68º87.2%24.51%-
HSV(B)274.68º93.16%45.88%-
XYZ5.92.817.06-
YUV39.26171.87150.64-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.22%
GREEN value IS 8 (3.52% from 255) = 4.08%
BLUE value IS 117 (46.09% from 255) = 59.69%
R=36.22%
G=4.08%
B=59.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7181170.390.9300.54274.6887.224.51
Hex47875275D0361135719
Octal107101654713506642312731
Binary10001111000111010110011110111010110110100010011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470875; }

 p { color: rgb(71,8,117); }

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

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

 a { background-color: rgb(71,8,117); }

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

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

 span { border-color: rgb(71,8,117); }

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