Html Css Color HEX #47027A Indigo

📋 copy color: '#47027A'

red 71 ◦ green 2 ◦ blue 122

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

Shades of Indigo #47027A

Tints of Indigo #47027A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.03%

 BLUE value IS 122 (48.05% from 255) = 62.56%

R = 36.41%
G = 1.03%
B = 62.56%

CMYK

 C value IS 0.42

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#47027A (or 0x47027A) is known color: Indigo. HEX triplet: 47, 02 and 7A. RGB value is (71,2,122). Sum of RGB (Red+Green+Blue) = 71+2+122=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 122 (48.05% from 255 or 62.56% from 195); Max value from RGB is 122 - color contains mainly: blue. Hex color #47027A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47027A is #B8FD85. Grayscale: #232323. Windows color (decimal): -12123526 or 7995975. OLE color: 7995975.

HSL color Cylindrical-coordinate representation of color #47027A: hue angle of 274.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #47027A is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 71 2 122 -
CMYK 0.42 0.98 0 0.52
HSL 274.5º 0.97% 0.24% -
HSV(B) 274.5º 0.98% 0.48% -
XYZ 6.13 2.79 18.63 -
YUV 36.31 176.36 152.74 -
System Red Green Blue C M Y K H S L
Decimal 71 2 122 0.42 0.98 0 0.52 274.5 0.97 0.24
Hex 47 2 7A 2A 62 0 34 112 61 18
Octal 107 2 172 52 142 0 64 422 141 30
Binary 1000111 10 1111010 101010 1100010 0 110100 100010010 1100001 11000

Color Harmonies of #47027A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47027A

Black with #47027A

Text Example


Text Example

White with #47027A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47027A; }

 p { color: rgb(71,2,122); }

 H1.HeaderClassName
 {
   color: #47027A;
 }
 .AnyTagClassName
 {
   color: #47027A;
 }
</style>

background-color css

<style>
 a { background-color: #47027A; }

 a { background-color: rgb(71,2,122); }

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

border-color css

<style>
 span { border-color: #47027A; }

 span { border-color: rgb(71,2,122); }

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