Html Css Color HEX #470582 Indigo

📋 copy color: '#470582'

red 71 ◦ green 5 ◦ blue 130

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

Shades of Indigo #470582

Tints of Indigo #470582

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.43%

 BLUE value IS 130 (51.17% from 255) = 63.11%

R = 34.47%
G = 2.43%
B = 63.11%

CMYK

 C value IS 0.45

 M value IS 0.96

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#470582 (or 0x470582) is known color: Indigo. HEX triplet: 47, 05 and 82. RGB value is (71,5,130). Sum of RGB (Red+Green+Blue) = 71+5+130=206 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.47% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 130 (51.17% from 255 or 63.11% from 206); Max value from RGB is 130 - color contains mainly: blue. Hex color #470582 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470582 is #B8FA7D. Grayscale: #262626. Windows color (decimal): -12122750 or 8521031. OLE color: 8521031.

HSL color Cylindrical-coordinate representation of color #470582: hue angle of 271.68º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #470582 is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 5 130 -
CMYK 0.45 0.96 0 0.49
HSL 271.68º 0.93% 0.26% -
HSV(B) 271.68º 0.96% 0.51% -
XYZ 6.68 3.06 21.36 -
YUV 38.98 179.37 150.84 -
System Red Green Blue C M Y K H S L
Decimal 71 5 130 0.45 0.96 0 0.49 271.68 0.93 0.26
Hex 47 5 82 2D 60 0 31 110 5D 1A
Octal 107 5 202 55 140 0 61 420 135 32
Binary 1000111 101 10000010 101101 1100000 0 110001 100010000 1011101 11010

Color Harmonies of #470582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470582

Black with #470582

Text Example


Text Example

White with #470582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470582; }

 p { color: rgb(71,5,130); }

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

background-color css

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

 a { background-color: rgb(71,5,130); }

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

border-color css

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

 span { border-color: rgb(71,5,130); }

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