Html Css Color HEX #47097D Indigo

📋 copy color: '#47097D'

red 71 ◦ green 9 ◦ blue 125

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

Shades of Indigo #47097D

Tints of Indigo #47097D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 60.98%

R = 34.63%
G = 4.39%
B = 60.98%

CMYK

 C value IS 0.43

 M value IS 0.93

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#47097D (or 0x47097D) is known color: Indigo. HEX triplet: 47, 09 and 7D. RGB value is (71,9,125). Sum of RGB (Red+Green+Blue) = 71+9+125=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 125 (49.22% from 255 or 60.98% from 205); Max value from RGB is 125 - color contains mainly: blue. Hex color #47097D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47097D is #B8F682. Grayscale: #282828. Windows color (decimal): -12121731 or 8194375. OLE color: 8194375.

HSL color Cylindrical-coordinate representation of color #47097D: hue angle of 272.07º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #47097D is Cyan = 0.43, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 9 125 -
CMYK 0.43 0.93 0 0.51
HSL 272.07º 0.87% 0.26% -
HSV(B) 272.07º 0.93% 0.49% -
XYZ 6.4 3.02 19.65 -
YUV 40.76 175.54 149.57 -
System Red Green Blue C M Y K H S L
Decimal 71 9 125 0.43 0.93 0 0.51 272.07 0.87 0.26
Hex 47 9 7D 2B 5D 0 33 110 57 1A
Octal 107 11 175 53 135 0 63 420 127 32
Binary 1000111 1001 1111101 101011 1011101 0 110011 100010000 1010111 11010

Color Harmonies of #47097D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47097D

Black with #47097D

Text Example


Text Example

White with #47097D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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