Html Css Color HEX #47086C Indigo

📋 copy color: '#47086C'

red 71 ◦ green 8 ◦ blue 108

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

Shades of Indigo #47086C

Tints of Indigo #47086C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.28%

 BLUE value IS 108 (42.58% from 255) = 57.75%

R = 37.97%
G = 4.28%
B = 57.75%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#47086C (or 0x47086C) is known color: Indigo. HEX triplet: 47, 08 and 6C. RGB value is (71,8,108). Sum of RGB (Red+Green+Blue) = 71+8+108=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 8 (3.52% from 255 or 4.28% from 187); Blue value is 108 (42.58% from 255 or 57.75% from 187); Max value from RGB is 108 - color contains mainly: blue. Hex color #47086C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47086C is #B8F793. Grayscale: #252525. Windows color (decimal): -12122004 or 7080007. OLE color: 7080007.

HSL color Cylindrical-coordinate representation of color #47086C: hue angle of 277.8º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #47086C is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 8 108 -
CMYK 0.34 0.93 0 0.58
HSL 277.8º 0.86% 0.23% -
HSV(B) 277.8º 0.93% 0.42% -
XYZ 5.39 2.6 14.4 -
YUV 38.24 167.37 151.37 -
System Red Green Blue C M Y K H S L
Decimal 71 8 108 0.34 0.93 0 0.58 277.8 0.86 0.23
Hex 47 8 6C 22 5D 0 3A 116 56 17
Octal 107 10 154 42 135 0 72 426 126 27
Binary 1000111 1000 1101100 100010 1011101 0 111010 100010110 1010110 10111

Color Harmonies of #47086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47086C

Black with #47086C

Text Example


Text Example

White with #47086C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47086C; }

 p { color: rgb(71,8,108); }

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

background-color css

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

 a { background-color: rgb(71,8,108); }

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

border-color css

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

 span { border-color: rgb(71,8,108); }

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