Html Css Color HEX #470C68 Indigo

📋 copy color: '#470C68'

red 71 ◦ green 12 ◦ blue 104

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

Shades of Indigo #470C68

Tints of Indigo #470C68

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.42%

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

R = 37.97%
G = 6.42%
B = 55.61%

CMYK

 C value IS 0.32

 M value IS 0.88

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#470C68 (or 0x470C68) is known color: Indigo. HEX triplet: 47, 0C and 68. RGB value is (71,12,104). Sum of RGB (Red+Green+Blue) = 71+12+104=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 12 (5.08% from 255 or 6.42% from 187); Blue value is 104 (41.02% from 255 or 55.61% from 187); Max value from RGB is 104 - color contains mainly: blue. Hex color #470C68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470C68 is #B8F397. Grayscale: #272727. Windows color (decimal): -12120984 or 6818887. OLE color: 6818887.

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

Color convert

RGB 71 12 104 -
CMYK 0.32 0.88 0 0.59
HSL 278.48º 0.79% 0.23% -
HSV(B) 278.48º 0.88% 0.41% -
XYZ 5.23 2.6 13.32 -
YUV 40.13 164.05 150.02 -
System Red Green Blue C M Y K H S L
Decimal 71 12 104 0.32 0.88 0 0.59 278.48 0.79 0.23
Hex 47 C 68 20 58 0 3B 116 4F 17
Octal 107 14 150 40 130 0 73 426 117 27
Binary 1000111 1100 1101000 100000 1011000 0 111011 100010110 1001111 10111

Color Harmonies of #470C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470C68

Black with #470C68

Text Example


Text Example

White with #470C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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