Html Css Color HEX #47099C Indigo

📋 copy color: '#47099C'

red 71 ◦ green 9 ◦ blue 156

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

Shades of Indigo #47099C

Tints of Indigo #47099C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 66.1%

R = 30.08%
G = 3.81%
B = 66.1%

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

#47099C (or 0x47099C) is known color: Indigo. HEX triplet: 47, 09 and 9C. RGB value is (71,9,156). Sum of RGB (Red+Green+Blue) = 71+9+156=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 9 (3.91% from 255 or 3.81% from 236); Blue value is 156 (61.33% from 255 or 66.10% from 236); Max value from RGB is 156 - color contains mainly: blue. Hex color #47099C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47099C is #B8F663. Grayscale: #2B2B2B. Windows color (decimal): -12121700 or 10225991. OLE color: 10225991.

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

Color convert

RGB 71 9 156 -
CMYK 0.54 0.94 0 0.39
HSL 265.31º 0.89% 0.32% -
HSV(B) 265.31º 0.94% 0.61% -
XYZ 8.7 3.94 31.75 -
YUV 44.3 191.04 147.05 -
System Red Green Blue C M Y K H S L
Decimal 71 9 156 0.54 0.94 0 0.39 265.31 0.89 0.32
Hex 47 9 9C 36 5E 0 27 109 59 20
Octal 107 11 234 66 136 0 47 411 131 40
Binary 1000111 1001 10011100 110110 1011110 0 100111 100001001 1011001 100000

Color Harmonies of #47099C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47099C

Black with #47099C

Text Example


Text Example

White with #47099C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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