Html Css Color HEX #47019D Indigo

📋 copy color: '#47019D'

red 71 ◦ green 1 ◦ blue 157

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

Shades of Indigo #47019D

Tints of Indigo #47019D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

 BLUE value IS 157 (61.72% from 255) = 68.56%

R = 31%
G = 0.44%
B = 68.56%

CMYK

 C value IS 0.55

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#47019D (or 0x47019D) is known color: Indigo. HEX triplet: 47, 01 and 9D. RGB value is (71,1,157). Sum of RGB (Red+Green+Blue) = 71+1+157=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 157 (61.72% from 255 or 68.56% from 229); Max value from RGB is 157 - color contains mainly: blue. Hex color #47019D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #47019D is #B8FE62. Grayscale: #272727. Windows color (decimal): -12123747 or 10289479. OLE color: 10289479.

HSL color Cylindrical-coordinate representation of color #47019D: hue angle of 266.92º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #47019D is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 1 157 -
CMYK 0.55 0.99 0 0.38
HSL 266.92º 0.99% 0.31% -
HSV(B) 266.92º 0.99% 0.62% -
XYZ 8.7 3.8 32.17 -
YUV 39.71 194.19 150.32 -
System Red Green Blue C M Y K H S L
Decimal 71 1 157 0.55 0.99 0 0.38 266.92 0.99 0.31
Hex 47 1 9D 37 63 0 26 10B 63 1F
Octal 107 1 235 67 143 0 46 413 143 37
Binary 1000111 1 10011101 110111 1100011 0 100110 100001011 1100011 11111

Color Harmonies of #47019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47019D

Black with #47019D

Text Example


Text Example

White with #47019D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,1,157); }

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

background-color css

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

 a { background-color: rgb(71,1,157); }

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

border-color css

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

 span { border-color: rgb(71,1,157); }

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