Html Css Color HEX #47089F Indigo

📋 copy color: '#47089F'

red 71 ◦ green 8 ◦ blue 159

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

Shades of Indigo #47089F

Tints of Indigo #47089F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 66.81%

R = 29.83%
G = 3.36%
B = 66.81%

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

#47089F (or 0x47089F) is known color: Indigo. HEX triplet: 47, 08 and 9F. RGB value is (71,8,159). Sum of RGB (Red+Green+Blue) = 71+8+159=238 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.83% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 159 (62.5% from 255 or 66.81% from 238); Max value from RGB is 159 - color contains mainly: blue. Hex color #47089F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47089F is #B8F760. Grayscale: #2B2B2B. Windows color (decimal): -12121953 or 10422343. OLE color: 10422343.

HSL color Cylindrical-coordinate representation of color #47089F: hue angle of 265.03º 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 #47089F is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 8 159 -
CMYK 0.55 0.95 0 0.38
HSL 265.03º 0.9% 0.33% -
HSV(B) 265.03º 0.95% 0.62% -
XYZ 8.94 4.02 33.1 -
YUV 44.05 192.87 147.22 -
System Red Green Blue C M Y K H S L
Decimal 71 8 159 0.55 0.95 0 0.38 265.03 0.9 0.33
Hex 47 8 9F 37 5F 0 26 109 5A 21
Octal 107 10 237 67 137 0 46 411 132 41
Binary 1000111 1000 10011111 110111 1011111 0 100110 100001001 1011010 100001

Color Harmonies of #47089F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47089F

Black with #47089F

Text Example


Text Example

White with #47089F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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