Html Css Color HEX #47099F Indigo

📋 copy color: '#47099F'

red 71 ◦ green 9 ◦ blue 159

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

Shades of Indigo #47099F

Tints of Indigo #47099F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 66.53%

R = 29.71%
G = 3.77%
B = 66.53%

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

#47099F (or 0x47099F) is known color: Indigo. HEX triplet: 47, 09 and 9F. RGB value is (71,9,159). Sum of RGB (Red+Green+Blue) = 71+9+159=239 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.71% from 239); Green value is 9 (3.91% from 255 or 3.77% from 239); Blue value is 159 (62.5% from 255 or 66.53% from 239); Max value from RGB is 159 - color contains mainly: blue. Hex color #47099F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47099F is #B8F660. Grayscale: #2C2C2C. Windows color (decimal): -12121697 or 10422599. OLE color: 10422599.

HSL color Cylindrical-coordinate representation of color #47099F: hue angle of 264.8º 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 #47099F is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 9 159 -
CMYK 0.55 0.94 0 0.38
HSL 264.8º 0.89% 0.33% -
HSV(B) 264.8º 0.94% 0.62% -
XYZ 8.95 4.04 33.11 -
YUV 44.64 192.54 146.8 -
System Red Green Blue C M Y K H S L
Decimal 71 9 159 0.55 0.94 0 0.38 264.8 0.89 0.33
Hex 47 9 9F 37 5E 0 26 109 59 21
Octal 107 11 237 67 136 0 46 411 131 41
Binary 1000111 1001 10011111 110111 1011110 0 100110 100001001 1011001 100001

Color Harmonies of #47099F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47099F

Black with #47099F

Text Example


Text Example

White with #47099F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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