Html Css Color HEX #47099B Indigo

📋 copy color: '#47099B'

red 71 ◦ green 9 ◦ blue 155

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

Shades of Indigo #47099B

Tints of Indigo #47099B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 65.96%

R = 30.21%
G = 3.83%
B = 65.96%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#47099B (or 0x47099B) is known color: Indigo. HEX triplet: 47, 09 and 9B. RGB value is (71,9,155). Sum of RGB (Red+Green+Blue) = 71+9+155=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 155 (60.94% from 255 or 65.96% from 235); Max value from RGB is 155 - color contains mainly: blue. Hex color #47099B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47099B is #B8F664. Grayscale: #2B2B2B. Windows color (decimal): -12121701 or 10160455. OLE color: 10160455.

HSL color Cylindrical-coordinate representation of color #47099B: hue angle of 265.48º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #47099B is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 71 9 155 -
CMYK 0.54 0.94 0 0.39
HSL 265.48º 0.89% 0.32% -
HSV(B) 265.48º 0.94% 0.61% -
XYZ 8.61 3.9 31.31 -
YUV 44.18 190.54 147.13 -
System Red Green Blue C M Y K H S L
Decimal 71 9 155 0.54 0.94 0 0.39 265.48 0.89 0.32
Hex 47 9 9B 36 5E 0 27 109 59 20
Octal 107 11 233 66 136 0 47 411 131 40
Binary 1000111 1001 10011011 110110 1011110 0 100111 100001001 1011001 100000

Color Harmonies of #47099B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47099B

Black with #47099B

Text Example


Text Example

White with #47099B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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