Html Css Color HEX #47099D Indigo

📋 copy color: '#47099D'

red 71 ◦ green 9 ◦ blue 157

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

Shades of Indigo #47099D

Tints of Indigo #47099D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.8%

 BLUE value IS 157 (61.72% from 255) = 66.24%

R = 29.96%
G = 3.8%
B = 66.24%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47099D (or 0x47099D) is known color: Indigo. HEX triplet: 47, 09 and 9D. RGB value is (71,9,157). Sum of RGB (Red+Green+Blue) = 71+9+157=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 157 (61.72% from 255 or 66.24% from 237); Max value from RGB is 157 - color contains mainly: blue. Hex color #47099D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47099D is #B8F662. Grayscale: #2B2B2B. Windows color (decimal): -12121699 or 10291527. OLE color: 10291527.

HSL color Cylindrical-coordinate representation of color #47099D: hue angle of 265.14º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #47099D is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 9 157 -
CMYK 0.55 0.94 0 0.38
HSL 265.14º 0.89% 0.33% -
HSV(B) 265.14º 0.94% 0.62% -
XYZ 8.78 3.97 32.2 -
YUV 44.41 191.54 146.97 -
System Red Green Blue C M Y K H S L
Decimal 71 9 157 0.55 0.94 0 0.38 265.14 0.89 0.33
Hex 47 9 9D 37 5E 0 26 109 59 21
Octal 107 11 235 67 136 0 46 411 131 41
Binary 1000111 1001 10011101 110111 1011110 0 100110 100001001 1011001 100001

Color Harmonies of #47099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47099D

Black with #47099D

Text Example


Text Example

White with #47099D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,9,157); }

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

background-color css

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

 a { background-color: rgb(71,9,157); }

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

border-color css

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

 span { border-color: rgb(71,9,157); }

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