Html Css Color HEX #471073 Indigo

📋 copy color: '#471073'

red 71 ◦ green 16 ◦ blue 115

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

Shades of Indigo #471073

Tints of Indigo #471073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 56.93%

R = 35.15%
G = 7.92%
B = 56.93%

CMYK

 C value IS 0.38

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#471073 (or 0x471073) is known color: Indigo. HEX triplet: 47, 10 and 73. RGB value is (71,16,115). Sum of RGB (Red+Green+Blue) = 71+16+115=202 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.15% from 202); Green value is 16 (6.64% from 255 or 7.92% from 202); Blue value is 115 (45.31% from 255 or 56.93% from 202); Max value from RGB is 115 - color contains mainly: blue. Hex color #471073 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471073 is #B8EF8C. Grayscale: #2B2B2B. Windows color (decimal): -12119949 or 7540807. OLE color: 7540807.

HSL color Cylindrical-coordinate representation of color #471073: hue angle of 273.33º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #471073 is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 16 115 -
CMYK 0.38 0.86 0 0.55
HSL 273.33º 0.76% 0.26% -
HSV(B) 273.33º 0.86% 0.45% -
XYZ 5.88 2.95 16.48 -
YUV 43.73 168.22 147.45 -
System Red Green Blue C M Y K H S L
Decimal 71 16 115 0.38 0.86 0 0.55 273.33 0.76 0.26
Hex 47 10 73 26 56 0 37 111 4C 1A
Octal 107 20 163 46 126 0 67 421 114 32
Binary 1000111 10000 1110011 100110 1010110 0 110111 100010001 1001100 11010

Color Harmonies of #471073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471073

Black with #471073

Text Example


Text Example

White with #471073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471073; }

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

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

background-color css

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

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

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

border-color css

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

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

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