Html Css Color HEX #47066D Indigo

📋 copy color: '#47066D'

red 71 ◦ green 6 ◦ blue 109

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

Shades of Indigo #47066D

Tints of Indigo #47066D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.23%

 BLUE value IS 109 (42.97% from 255) = 58.6%

R = 38.17%
G = 3.23%
B = 58.6%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#47066D (or 0x47066D) is known color: Indigo. HEX triplet: 47, 06 and 6D. RGB value is (71,6,109). Sum of RGB (Red+Green+Blue) = 71+6+109=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 6 (2.73% from 255 or 3.23% from 186); Blue value is 109 (42.97% from 255 or 58.60% from 186); Max value from RGB is 109 - color contains mainly: blue. Hex color #47066D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47066D is #B8F992. Grayscale: #242424. Windows color (decimal): -12122515 or 7145031. OLE color: 7145031.

HSL color Cylindrical-coordinate representation of color #47066D: hue angle of 277.86º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #47066D is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 71 6 109 -
CMYK 0.35 0.94 0 0.57
HSL 277.86º 0.9% 0.23% -
HSV(B) 277.86º 0.94% 0.43% -
XYZ 5.42 2.57 14.68 -
YUV 37.18 168.53 152.12 -
System Red Green Blue C M Y K H S L
Decimal 71 6 109 0.35 0.94 0 0.57 277.86 0.9 0.23
Hex 47 6 6D 23 5E 0 39 116 5A 17
Octal 107 6 155 43 136 0 71 426 132 27
Binary 1000111 110 1101101 100011 1011110 0 111001 100010110 1011010 10111

Color Harmonies of #47066D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47066D

Black with #47066D

Text Example


Text Example

White with #47066D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47066D; }

 p { color: rgb(71,6,109); }

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

background-color css

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

 a { background-color: rgb(71,6,109); }

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

border-color css

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

 span { border-color: rgb(71,6,109); }

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