Html Css Color HEX #47089D Indigo

📋 copy color: '#47089D'

red 71 ◦ green 8 ◦ blue 157

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

Shades of Indigo #47089D

Tints of Indigo #47089D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.39%

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

R = 30.08%
G = 3.39%
B = 66.53%

CMYK

 C value IS 0.55

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47089D (or 0x47089D) is known color: Indigo. HEX triplet: 47, 08 and 9D. RGB value is (71,8,157). Sum of RGB (Red+Green+Blue) = 71+8+157=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 157 (61.72% from 255 or 66.53% from 236); Max value from RGB is 157 - color contains mainly: blue. Hex color #47089D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47089D is #B8F762. Grayscale: #2B2B2B. Windows color (decimal): -12121955 or 10291271. OLE color: 10291271.

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

Color convert

RGB 71 8 157 -
CMYK 0.55 0.95 0 0.38
HSL 265.37º 0.9% 0.32% -
HSV(B) 265.37º 0.95% 0.62% -
XYZ 8.77 3.95 32.2 -
YUV 43.82 191.87 147.38 -
System Red Green Blue C M Y K H S L
Decimal 71 8 157 0.55 0.95 0 0.38 265.37 0.9 0.32
Hex 47 8 9D 37 5F 0 26 109 5A 20
Octal 107 10 235 67 137 0 46 411 132 40
Binary 1000111 1000 10011101 110111 1011111 0 100110 100001001 1011010 100000

Color Harmonies of #47089D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47089D

Black with #47089D

Text Example


Text Example

White with #47089D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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