Html Css Color HEX #47089B Indigo

📋 copy color: '#47089B'

red 71 ◦ green 8 ◦ blue 155

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

Shades of Indigo #47089B

Tints of Indigo #47089B

RGB

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

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

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

R = 30.34%
G = 3.42%
B = 66.24%

CMYK

 C value IS 0.54

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#47089B (or 0x47089B) is known color: Indigo. HEX triplet: 47, 08 and 9B. RGB value is (71,8,155). Sum of RGB (Red+Green+Blue) = 71+8+155=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 155 (60.94% from 255 or 66.24% from 234); Max value from RGB is 155 - color contains mainly: blue. Hex color #47089B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47089B is #B8F764. Grayscale: #2B2B2B. Windows color (decimal): -12121957 or 10160199. OLE color: 10160199.

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

Color convert

RGB 71 8 155 -
CMYK 0.54 0.95 0 0.39
HSL 265.71º 0.9% 0.32% -
HSV(B) 265.71º 0.95% 0.61% -
XYZ 8.6 3.88 31.31 -
YUV 43.6 190.87 147.55 -
System Red Green Blue C M Y K H S L
Decimal 71 8 155 0.54 0.95 0 0.39 265.71 0.9 0.32
Hex 47 8 9B 36 5F 0 27 10A 5A 20
Octal 107 10 233 66 137 0 47 412 132 40
Binary 1000111 1000 10011011 110110 1011111 0 100111 100001010 1011010 100000

Color Harmonies of #47089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47089B

Black with #47089B

Text Example


Text Example

White with #47089B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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