Html Css Color HEX #470F68 Indigo

📋 copy color: '#470F68'

red 71 ◦ green 15 ◦ blue 104

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

Shades of Indigo #470F68

Tints of Indigo #470F68

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.89%

 BLUE value IS 104 (41.02% from 255) = 54.74%

R = 37.37%
G = 7.89%
B = 54.74%

CMYK

 C value IS 0.32

 M value IS 0.86

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#470F68 (or 0x470F68) is known color: Indigo. HEX triplet: 47, 0F and 68. RGB value is (71,15,104). Sum of RGB (Red+Green+Blue) = 71+15+104=190 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.37% from 190); Green value is 15 (6.25% from 255 or 7.89% from 190); Blue value is 104 (41.02% from 255 or 54.74% from 190); Max value from RGB is 104 - color contains mainly: blue. Hex color #470F68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470F68 is #B8F097. Grayscale: #292929. Windows color (decimal): -12120216 or 6819655. OLE color: 6819655.

HSL color Cylindrical-coordinate representation of color #470F68: hue angle of 277.75º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #470F68 is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 15 104 -
CMYK 0.32 0.86 0 0.59
HSL 277.75º 0.75% 0.23% -
HSV(B) 277.75º 0.86% 0.41% -
XYZ 5.27 2.68 13.34 -
YUV 41.89 163.05 148.76 -
System Red Green Blue C M Y K H S L
Decimal 71 15 104 0.32 0.86 0 0.59 277.75 0.75 0.23
Hex 47 F 68 20 56 0 3B 116 4B 17
Octal 107 17 150 40 126 0 73 426 113 27
Binary 1000111 1111 1101000 100000 1010110 0 111011 100010110 1001011 10111

Color Harmonies of #470F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470F68

Black with #470F68

Text Example


Text Example

White with #470F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,15,104); }

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

background-color css

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

 a { background-color: rgb(71,15,104); }

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

border-color css

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

 span { border-color: rgb(71,15,104); }

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