Html Css Color HEX #47016E Indigo

📋 copy color: '#47016E'

red 71 ◦ green 1 ◦ blue 110

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

Shades of Indigo #47016E

Tints of Indigo #47016E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 60.44%

R = 39.01%
G = 0.55%
B = 60.44%

CMYK

 C value IS 0.35

 M value IS 0.99

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#47016E (or 0x47016E) is known color: Indigo. HEX triplet: 47, 01 and 6E. RGB value is (71,1,110). Sum of RGB (Red+Green+Blue) = 71+1+110=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 110 (43.36% from 255 or 60.44% from 182); Max value from RGB is 110 - color contains mainly: blue. Hex color #47016E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47016E is #B8FE91. Grayscale: #212121. Windows color (decimal): -12123794 or 7209287. OLE color: 7209287.

HSL color Cylindrical-coordinate representation of color #47016E: hue angle of 278.53º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #47016E is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 71 1 110 -
CMYK 0.35 0.99 0 0.57
HSL 278.53º 0.98% 0.22% -
HSV(B) 278.53º 0.99% 0.43% -
XYZ 5.42 2.49 14.95 -
YUV 34.36 170.69 154.14 -
System Red Green Blue C M Y K H S L
Decimal 71 1 110 0.35 0.99 0 0.57 278.53 0.98 0.22
Hex 47 1 6E 23 63 0 39 117 62 16
Octal 107 1 156 43 143 0 71 427 142 26
Binary 1000111 1 1101110 100011 1100011 0 111001 100010111 1100010 10110

Color Harmonies of #47016E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47016E

Black with #47016E

Text Example


Text Example

White with #47016E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47016E; }

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

 H1.HeaderClassName
 {
   color: #47016E;
 }
 .AnyTagClassName
 {
   color: #47016E;
 }
</style>

background-color css

<style>
 a { background-color: #47016E; }

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

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

border-color css

<style>
 span { border-color: #47016E; }

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

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