Html Css Color HEX #471067 Indigo

📋 copy color: '#471067'

red 71 ◦ green 16 ◦ blue 103

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

Shades of Indigo #471067

Tints of Indigo #471067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 54.21%

R = 37.37%
G = 8.42%
B = 54.21%

CMYK

 C value IS 0.31

 M value IS 0.84

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#471067 (or 0x471067) is known color: Indigo. HEX triplet: 47, 10 and 67. RGB value is (71,16,103). Sum of RGB (Red+Green+Blue) = 71+16+103=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 103 (40.62% from 255 or 54.21% from 190); Max value from RGB is 103 - color contains mainly: blue. Hex color #471067 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471067 is #B8EF98. Grayscale: #2A2A2A. Windows color (decimal): -12119961 or 6754375. OLE color: 6754375.

HSL color Cylindrical-coordinate representation of color #471067: hue angle of 277.93º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #471067 is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 71 16 103 -
CMYK 0.31 0.84 0 0.60
HSL 277.93º 0.73% 0.23% -
HSV(B) 277.93º 0.84% 0.4% -
XYZ 5.23 2.69 13.08 -
YUV 42.36 162.22 148.43 -
System Red Green Blue C M Y K H S L
Decimal 71 16 103 0.31 0.84 0 0.60 277.93 0.73 0.23
Hex 47 10 67 1F 54 0 3C 116 49 17
Octal 107 20 147 37 124 0 74 426 111 27
Binary 1000111 10000 1100111 11111 1010100 0 111100 100010110 1001001 10111

Color Harmonies of #471067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471067

Black with #471067

Text Example


Text Example

White with #471067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471067; }

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

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

background-color css

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

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

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

border-color css

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

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

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