Html Css Color HEX #470D74 Indigo

📋 copy color: '#470D74'

red 71 ◦ green 13 ◦ blue 116

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

Shades of Indigo #470D74

Tints of Indigo #470D74

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.5%

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

R = 35.5%
G = 6.5%
B = 58%

CMYK

 C value IS 0.39

 M value IS 0.89

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#470D74 (or 0x470D74) is known color: Indigo. HEX triplet: 47, 0D and 74. RGB value is (71,13,116). Sum of RGB (Red+Green+Blue) = 71+13+116=200 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.5% from 200); Green value is 13 (5.47% from 255 or 6.5% from 200); Blue value is 116 (45.70% from 255 or 58% from 200); Max value from RGB is 116 - color contains mainly: blue. Hex color #470D74 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470D74 is #B8F28B. Grayscale: #292929. Windows color (decimal): -12120716 or 7605575. OLE color: 7605575.

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

Color convert

RGB 71 13 116 -
CMYK 0.39 0.89 0 0.55
HSL 273.79º 0.8% 0.25% -
HSV(B) 273.79º 0.89% 0.45% -
XYZ 5.89 2.89 16.77 -
YUV 42.08 169.72 148.62 -
System Red Green Blue C M Y K H S L
Decimal 71 13 116 0.39 0.89 0 0.55 273.79 0.8 0.25
Hex 47 D 74 27 59 0 37 112 50 19
Octal 107 15 164 47 131 0 67 422 120 31
Binary 1000111 1101 1110100 100111 1011001 0 110111 100010010 1010000 11001

Color Harmonies of #470D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470D74

Black with #470D74

Text Example


Text Example

White with #470D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470D74; }

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

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

background-color css

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

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

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

border-color css

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

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

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