Html Css Color HEX #47089E Indigo

📋 copy color: '#47089E'

red 71 ◦ green 8 ◦ blue 158

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

Shades of Indigo #47089E

Tints of Indigo #47089E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 66.67%

R = 29.96%
G = 3.38%
B = 66.67%

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

#47089E (or 0x47089E) is known color: Indigo. HEX triplet: 47, 08 and 9E. RGB value is (71,8,158). Sum of RGB (Red+Green+Blue) = 71+8+158=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 158 (62.11% from 255 or 66.67% from 237); Max value from RGB is 158 - color contains mainly: blue. Hex color #47089E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47089E is #B8F761. Grayscale: #2B2B2B. Windows color (decimal): -12121954 or 10356807. OLE color: 10356807.

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

Color convert

RGB 71 8 158 -
CMYK 0.55 0.95 0 0.38
HSL 265.2º 0.9% 0.33% -
HSV(B) 265.2º 0.95% 0.62% -
XYZ 8.86 3.98 32.65 -
YUV 43.94 192.37 147.3 -
System Red Green Blue C M Y K H S L
Decimal 71 8 158 0.55 0.95 0 0.38 265.2 0.9 0.33
Hex 47 8 9E 37 5F 0 26 109 5A 21
Octal 107 10 236 67 137 0 46 411 132 41
Binary 1000111 1000 10011110 110111 1011111 0 100110 100001001 1011010 100001

Color Harmonies of #47089E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47089E

Black with #47089E

Text Example


Text Example

White with #47089E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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