Html Css Color HEX #471082 Indigo

📋 copy color: '#471082'

red 71 ◦ green 16 ◦ blue 130

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

Shades of Indigo #471082

Tints of Indigo #471082

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.37%

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

R = 32.72%
G = 7.37%
B = 59.91%

CMYK

 C value IS 0.45

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#471082 (or 0x471082) is known color: Indigo. HEX triplet: 47, 10 and 82. RGB value is (71,16,130). Sum of RGB (Red+Green+Blue) = 71+16+130=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 16 (6.64% from 255 or 7.37% from 217); Blue value is 130 (51.17% from 255 or 59.91% from 217); Max value from RGB is 130 - color contains mainly: blue. Hex color #471082 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471082 is #B8EF7D. Grayscale: #2D2D2D. Windows color (decimal): -12119934 or 8523847. OLE color: 8523847.

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

Color convert

RGB 71 16 130 -
CMYK 0.45 0.88 0 0.49
HSL 268.95º 0.78% 0.29% -
HSV(B) 268.95º 0.88% 0.51% -
XYZ 6.81 3.32 21.4 -
YUV 45.44 175.72 146.23 -
System Red Green Blue C M Y K H S L
Decimal 71 16 130 0.45 0.88 0 0.49 268.95 0.78 0.29
Hex 47 10 82 2D 58 0 31 10D 4E 1D
Octal 107 20 202 55 130 0 61 415 116 35
Binary 1000111 10000 10000010 101101 1011000 0 110001 100001101 1001110 11101

Color Harmonies of #471082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471082

Black with #471082

Text Example


Text Example

White with #471082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471082; }

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

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

background-color css

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

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

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

border-color css

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

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

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