Html Css Color HEX #47056B Indigo

📋 copy color: '#47056B'

red 71 ◦ green 5 ◦ blue 107

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

Shades of Indigo #47056B

Tints of Indigo #47056B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.73%

 BLUE value IS 107 (42.19% from 255) = 58.47%

R = 38.8%
G = 2.73%
B = 58.47%

CMYK

 C value IS 0.34

 M value IS 0.95

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#47056B (or 0x47056B) is known color: Indigo. HEX triplet: 47, 05 and 6B. RGB value is (71,5,107). Sum of RGB (Red+Green+Blue) = 71+5+107=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 107 (42.19% from 255 or 58.47% from 183); Max value from RGB is 107 - color contains mainly: blue. Hex color #47056B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47056B is #B8FA94. Grayscale: #242424. Windows color (decimal): -12122773 or 7013703. OLE color: 7013703.

HSL color Cylindrical-coordinate representation of color #47056B: hue angle of 278.82º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #47056B is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 5 107 -
CMYK 0.34 0.95 0 0.58
HSL 278.82º 0.91% 0.22% -
HSV(B) 278.82º 0.95% 0.42% -
XYZ 5.31 2.51 14.11 -
YUV 36.36 167.87 152.71 -
System Red Green Blue C M Y K H S L
Decimal 71 5 107 0.34 0.95 0 0.58 278.82 0.91 0.22
Hex 47 5 6B 22 5F 0 3A 117 5B 16
Octal 107 5 153 42 137 0 72 427 133 26
Binary 1000111 101 1101011 100010 1011111 0 111010 100010111 1011011 10110

Color Harmonies of #47056B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47056B

Black with #47056B

Text Example


Text Example

White with #47056B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47056B; }

 p { color: rgb(71,5,107); }

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

background-color css

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

 a { background-color: rgb(71,5,107); }

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

border-color css

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

 span { border-color: rgb(71,5,107); }

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