Html Css Color HEX #471066 Indigo

📋 copy color: '#471066'

red 71 ◦ green 16 ◦ blue 102

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

Shades of Indigo #471066

Tints of Indigo #471066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 53.97%

R = 37.57%
G = 8.47%
B = 53.97%

CMYK

 C value IS 0.30

 M value IS 0.84

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#471066 (or 0x471066) is known color: Indigo. HEX triplet: 47, 10 and 66. RGB value is (71,16,102). Sum of RGB (Red+Green+Blue) = 71+16+102=189 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.57% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 102 (40.23% from 255 or 53.97% from 189); Max value from RGB is 102 - color contains mainly: blue. Hex color #471066 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471066 is #B8EF99. Grayscale: #292929. Windows color (decimal): -12119962 or 6688839. OLE color: 6688839.

HSL color Cylindrical-coordinate representation of color #471066: hue angle of 278.37º 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 #471066 is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 71 16 102 -
CMYK 0.30 0.84 0 0.6
HSL 278.37º 0.73% 0.23% -
HSV(B) 278.37º 0.84% 0.4% -
XYZ 5.18 2.67 12.81 -
YUV 42.25 161.72 148.51 -
System Red Green Blue C M Y K H S L
Decimal 71 16 102 0.30 0.84 0 0.6 278.37 0.73 0.23
Hex 47 10 66 1E 54 0 3C 116 49 17
Octal 107 20 146 36 124 0 74 426 111 27
Binary 1000111 10000 1100110 11110 1010100 0 111100 100010110 1001001 10111

Color Harmonies of #471066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471066

Black with #471066

Text Example


Text Example

White with #471066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471066; }

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

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

background-color css

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

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

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

border-color css

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

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

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