Html Css Color HEX #47136F Indigo

📋 copy color: '#47136F'

red 71 ◦ green 19 ◦ blue 111

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

Shades of Indigo #47136F

Tints of Indigo #47136F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 55.22%

R = 35.32%
G = 9.45%
B = 55.22%

CMYK

 C value IS 0.36

 M value IS 0.83

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#47136F (or 0x47136F) is known color: Indigo. HEX triplet: 47, 13 and 6F. RGB value is (71,19,111). Sum of RGB (Red+Green+Blue) = 71+19+111=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 111 (43.75% from 255 or 55.22% from 201); Max value from RGB is 111 - color contains mainly: blue. Hex color #47136F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47136F is #B8EC90. Grayscale: #2C2C2C. Windows color (decimal): -12119185 or 7279431. OLE color: 7279431.

HSL color Cylindrical-coordinate representation of color #47136F: hue angle of 273.91º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #47136F is Cyan = 0.36, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 19 111 -
CMYK 0.36 0.83 0 0.56
HSL 273.91º 0.71% 0.25% -
HSV(B) 273.91º 0.83% 0.44% -
XYZ 5.7 2.95 15.31 -
YUV 45.04 165.23 146.52 -
System Red Green Blue C M Y K H S L
Decimal 71 19 111 0.36 0.83 0 0.56 273.91 0.71 0.25
Hex 47 13 6F 24 53 0 38 112 47 19
Octal 107 23 157 44 123 0 70 422 107 31
Binary 1000111 10011 1101111 100100 1010011 0 111000 100010010 1000111 11001

Color Harmonies of #47136F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47136F

Black with #47136F

Text Example


Text Example

White with #47136F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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