Html Css Color HEX #470774 Indigo

📋 copy color: '#470774'

red 71 ◦ green 7 ◦ blue 116

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

Shades of Indigo #470774

Tints of Indigo #470774

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.61%

 BLUE value IS 116 (45.7% from 255) = 59.79%

R = 36.6%
G = 3.61%
B = 59.79%

CMYK

 C value IS 0.39

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#470774 (or 0x470774) is known color: Indigo. HEX triplet: 47, 07 and 74. RGB value is (71,7,116). Sum of RGB (Red+Green+Blue) = 71+7+116=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 7 (3.12% from 255 or 3.61% from 194); Blue value is 116 (45.70% from 255 or 59.79% from 194); Max value from RGB is 116 - color contains mainly: blue. Hex color #470774 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470774 is #B8F88B. Grayscale: #262626. Windows color (decimal): -12122252 or 7604039. OLE color: 7604039.

HSL color Cylindrical-coordinate representation of color #470774: hue angle of 275.23º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470774 is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 7 116 -
CMYK 0.39 0.94 0 0.55
HSL 275.23º 0.89% 0.24% -
HSV(B) 275.23º 0.94% 0.45% -
XYZ 5.83 2.75 16.75 -
YUV 38.56 171.7 151.14 -
System Red Green Blue C M Y K H S L
Decimal 71 7 116 0.39 0.94 0 0.55 275.23 0.89 0.24
Hex 47 7 74 27 5E 0 37 113 59 18
Octal 107 7 164 47 136 0 67 423 131 30
Binary 1000111 111 1110100 100111 1011110 0 110111 100010011 1011001 11000

Color Harmonies of #470774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470774

Black with #470774

Text Example


Text Example

White with #470774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470774; }

 p { color: rgb(71,7,116); }

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

background-color css

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

 a { background-color: rgb(71,7,116); }

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

border-color css

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

 span { border-color: rgb(71,7,116); }

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