Html Css Color HEX #470880 Indigo

📋 copy color: '#470880'

red 71 ◦ green 8 ◦ blue 128

#470880
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #470880

Tints of Indigo #470880

RGB

 RED value IS 71 (28.13% from 255) = 34.3%

 GREEN value IS 8 (3.52% from 255) = 3.86%

 BLUE value IS 128 (50.39% from 255) = 61.84%

R = 34.3%
G = 3.86%
B = 61.84%

CMYK

 C value IS 0.45

 M value IS 0.94

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#470880 (or 0x470880) is known color: Indigo. HEX triplet: 47, 08 and 80. RGB value is (71,8,128). Sum of RGB (Red+Green+Blue) = 71+8+128=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 128 (50.39% from 255 or 61.84% from 207); Max value from RGB is 128 - color contains mainly: blue. Hex color #470880 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470880 is #B8F77F. Grayscale: #282828. Windows color (decimal): -12121984 or 8390727. OLE color: 8390727.

HSL color Cylindrical-coordinate representation of color #470880: hue angle of 271.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470880 is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 71 8 128 -
CMYK 0.45 0.94 0 0.50
HSL 271.5º 0.88% 0.27% -
HSV(B) 271.5º 0.94% 0.5% -
XYZ 6.58 3.07 20.67 -
YUV 40.52 177.37 149.74 -
System Red Green Blue C M Y K H S L
Decimal 71 8 128 0.45 0.94 0 0.50 271.5 0.88 0.27
Hex 47 8 80 2D 5E 0 32 110 58 1B
Octal 107 10 200 55 136 0 62 420 130 33
Binary 1000111 1000 10000000 101101 1011110 0 110010 100010000 1011000 11011

Color Harmonies of #470880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470880

Black with #470880

Text Example


Text Example

White with #470880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470880; }

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

 H1.HeaderClassName
 {
   color: #470880;
 }
 .AnyTagClassName
 {
   color: #470880;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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