Html Css Color HEX #470780 Indigo

📋 copy color: '#470780'

red 71 ◦ green 7 ◦ blue 128

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

Shades of Indigo #470780

Tints of Indigo #470780

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.4%

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

R = 34.47%
G = 3.4%
B = 62.14%

CMYK

 C value IS 0.45

 M value IS 0.95

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#470780 (or 0x470780) is known color: Indigo. HEX triplet: 47, 07 and 80. RGB value is (71,7,128). Sum of RGB (Red+Green+Blue) = 71+7+128=206 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.47% from 206); Green value is 7 (3.12% from 255 or 3.40% from 206); Blue value is 128 (50.39% from 255 or 62.14% from 206); Max value from RGB is 128 - color contains mainly: blue. Hex color #470780 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470780 is #B8F87F. Grayscale: #272727. Windows color (decimal): -12122240 or 8390471. OLE color: 8390471.

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

Color convert

RGB 71 7 128 -
CMYK 0.45 0.95 0 0.50
HSL 271.74º 0.9% 0.26% -
HSV(B) 271.74º 0.95% 0.5% -
XYZ 6.57 3.05 20.66 -
YUV 39.93 177.7 150.16 -
System Red Green Blue C M Y K H S L
Decimal 71 7 128 0.45 0.95 0 0.50 271.74 0.9 0.26
Hex 47 7 80 2D 5F 0 32 110 5A 1A
Octal 107 7 200 55 137 0 62 420 132 32
Binary 1000111 111 10000000 101101 1011111 0 110010 100010000 1011010 11010

Color Harmonies of #470780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470780

Black with #470780

Text Example


Text Example

White with #470780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470780; }

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

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

background-color css

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

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

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

border-color css

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

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

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