Html Css Color HEX #47136C Indigo

📋 copy color: '#47136C'

red 71 ◦ green 19 ◦ blue 108

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

Shades of Indigo #47136C

Tints of Indigo #47136C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.6%

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

R = 35.86%
G = 9.6%
B = 54.55%

CMYK

 C value IS 0.34

 M value IS 0.82

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#47136C (or 0x47136C) is known color: Indigo. HEX triplet: 47, 13 and 6C. RGB value is (71,19,108). Sum of RGB (Red+Green+Blue) = 71+19+108=198 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.86% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 108 (42.58% from 255 or 54.55% from 198); Max value from RGB is 108 - color contains mainly: blue. Hex color #47136C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47136C is #B8EC93. Grayscale: #2C2C2C. Windows color (decimal): -12119188 or 7082823. OLE color: 7082823.

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

Color convert

RGB 71 19 108 -
CMYK 0.34 0.82 0 0.58
HSL 275.06º 0.7% 0.25% -
HSV(B) 275.06º 0.82% 0.42% -
XYZ 5.54 2.89 14.45 -
YUV 44.69 163.73 146.76 -
System Red Green Blue C M Y K H S L
Decimal 71 19 108 0.34 0.82 0 0.58 275.06 0.7 0.25
Hex 47 13 6C 22 52 0 3A 113 46 19
Octal 107 23 154 42 122 0 72 423 106 31
Binary 1000111 10011 1101100 100010 1010010 0 111010 100010011 1000110 11001

Color Harmonies of #47136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47136C

Black with #47136C

Text Example


Text Example

White with #47136C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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