Html Css Color HEX #470360 Indigo

📋 copy color: '#470360'

red 71 ◦ green 3 ◦ blue 96

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

Shades of Indigo #470360

Tints of Indigo #470360

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.76%

 BLUE value IS 96 (37.89% from 255) = 56.47%

R = 41.76%
G = 1.76%
B = 56.47%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#470360 (or 0x470360) is known color: Indigo. HEX triplet: 47, 03 and 60. RGB value is (71,3,96). Sum of RGB (Red+Green+Blue) = 71+3+96=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 3 (1.56% from 255 or 1.76% from 170); Blue value is 96 (37.89% from 255 or 56.47% from 170); Max value from RGB is 96 - color contains mainly: blue. Hex color #470360 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470360 is #B8FC9F. Grayscale: #212121. Windows color (decimal): -12123296 or 6292295. OLE color: 6292295.

HSL color Cylindrical-coordinate representation of color #470360: hue angle of 283.87º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #470360 is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 3 96 -
CMYK 0.26 0.97 0 0.62
HSL 283.87º 0.94% 0.19% -
HSV(B) 283.87º 0.97% 0.38% -
XYZ 4.74 2.25 11.25 -
YUV 33.93 163.03 154.44 -
System Red Green Blue C M Y K H S L
Decimal 71 3 96 0.26 0.97 0 0.62 283.87 0.94 0.19
Hex 47 3 60 1A 61 0 3E 11C 5E 13
Octal 107 3 140 32 141 0 76 434 136 23
Binary 1000111 11 1100000 11010 1100001 0 111110 100011100 1011110 10011

Color Harmonies of #470360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470360

Black with #470360

Text Example


Text Example

White with #470360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470360; }

 p { color: rgb(71,3,96); }

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

background-color css

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

 a { background-color: rgb(71,3,96); }

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

border-color css

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

 span { border-color: rgb(71,3,96); }

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