Html Css Color HEX #47017C Indigo

📋 copy color: '#47017C'

red 71 ◦ green 1 ◦ blue 124

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

Shades of Indigo #47017C

Tints of Indigo #47017C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 63.27%

R = 36.22%
G = 0.51%
B = 63.27%

CMYK

 C value IS 0.43

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#47017C (or 0x47017C) is known color: Indigo. HEX triplet: 47, 01 and 7C. RGB value is (71,1,124). Sum of RGB (Red+Green+Blue) = 71+1+124=196 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.22% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 124 (48.83% from 255 or 63.27% from 196); Max value from RGB is 124 - color contains mainly: blue. Hex color #47017C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47017C is #B8FE83. Grayscale: #232323. Windows color (decimal): -12123780 or 8126791. OLE color: 8126791.

HSL color Cylindrical-coordinate representation of color #47017C: hue angle of 274.15º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #47017C is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 1 124 -
CMYK 0.43 0.99 0 0.51
HSL 274.15º 0.98% 0.25% -
HSV(B) 274.15º 0.99% 0.49% -
XYZ 6.25 2.82 19.28 -
YUV 35.95 177.69 153 -
System Red Green Blue C M Y K H S L
Decimal 71 1 124 0.43 0.99 0 0.51 274.15 0.98 0.25
Hex 47 1 7C 2B 63 0 33 112 62 19
Octal 107 1 174 53 143 0 63 422 142 31
Binary 1000111 1 1111100 101011 1100011 0 110011 100010010 1100010 11001

Color Harmonies of #47017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47017C

Black with #47017C

Text Example


Text Example

White with #47017C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47017C; }

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

 H1.HeaderClassName
 {
   color: #47017C;
 }
 .AnyTagClassName
 {
   color: #47017C;
 }
</style>

background-color css

<style>
 a { background-color: #47017C; }

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

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

border-color css

<style>
 span { border-color: #47017C; }

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

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