Html Css Color HEX #471069 Indigo

📋 copy color: '#471069'

red 71 ◦ green 16 ◦ blue 105

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

Shades of Indigo #471069

Tints of Indigo #471069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 54.69%

R = 36.98%
G = 8.33%
B = 54.69%

CMYK

 C value IS 0.32

 M value IS 0.85

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#471069 (or 0x471069) is known color: Indigo. HEX triplet: 47, 10 and 69. RGB value is (71,16,105). Sum of RGB (Red+Green+Blue) = 71+16+105=192 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.98% from 192); Green value is 16 (6.64% from 255 or 8.33% from 192); Blue value is 105 (41.41% from 255 or 54.69% from 192); Max value from RGB is 105 - color contains mainly: blue. Hex color #471069 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471069 is #B8EF96. Grayscale: #2A2A2A. Windows color (decimal): -12119959 or 6885447. OLE color: 6885447.

HSL color Cylindrical-coordinate representation of color #471069: hue angle of 277.08º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #471069 is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 16 105 -
CMYK 0.32 0.85 0 0.59
HSL 277.08º 0.74% 0.24% -
HSV(B) 277.08º 0.85% 0.41% -
XYZ 5.33 2.73 13.61 -
YUV 42.59 163.22 148.26 -
System Red Green Blue C M Y K H S L
Decimal 71 16 105 0.32 0.85 0 0.59 277.08 0.74 0.24
Hex 47 10 69 20 55 0 3B 115 4A 18
Octal 107 20 151 40 125 0 73 425 112 30
Binary 1000111 10000 1101001 100000 1010101 0 111011 100010101 1001010 11000

Color Harmonies of #471069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471069

Black with #471069

Text Example


Text Example

White with #471069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471069; }

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

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

background-color css

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

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

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

border-color css

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

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

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