Html Css Color HEX #47098D Indigo

📋 copy color: '#47098D'

red 71 ◦ green 9 ◦ blue 141

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

Shades of Indigo #47098D

Tints of Indigo #47098D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 63.8%

R = 32.13%
G = 4.07%
B = 63.8%

CMYK

 C value IS 0.50

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#47098D (or 0x47098D) is known color: Indigo. HEX triplet: 47, 09 and 8D. RGB value is (71,9,141). Sum of RGB (Red+Green+Blue) = 71+9+141=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 141 (55.47% from 255 or 63.80% from 221); Max value from RGB is 141 - color contains mainly: blue. Hex color #47098D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47098D is #B8F672. Grayscale: #2A2A2A. Windows color (decimal): -12121715 or 9242951. OLE color: 9242951.

HSL color Cylindrical-coordinate representation of color #47098D: hue angle of 268.18º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #47098D is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 9 141 -
CMYK 0.50 0.94 0 0.45
HSL 268.18º 0.88% 0.29% -
HSV(B) 268.18º 0.94% 0.55% -
XYZ 7.5 3.46 25.47 -
YUV 42.59 183.54 148.27 -
System Red Green Blue C M Y K H S L
Decimal 71 9 141 0.50 0.94 0 0.45 268.18 0.88 0.29
Hex 47 9 8D 32 5E 0 2D 10C 58 1D
Octal 107 11 215 62 136 0 55 414 130 35
Binary 1000111 1001 10001101 110010 1011110 0 101101 100001100 1011000 11101

Color Harmonies of #47098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47098D

Black with #47098D

Text Example


Text Example

White with #47098D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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