Html Css Color HEX #470063 Indigo

📋 copy color: '#470063'

red 71 ◦ green 0 ◦ blue 99

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

Shades of Indigo #470063

Tints of Indigo #470063

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 99 (39.06% from 255) = 58.24%

R = 41.76%
G = 0%
B = 58.24%

CMYK

 C value IS 0.28

 M value IS 1

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#470063 (or 0x470063) is known color: Indigo. HEX triplet: 47, 00 and 63. RGB value is (71,0,99). Sum of RGB (Red+Green+Blue) = 71+0+99=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 99 (39.06% from 255 or 58.24% from 170); Max value from RGB is 99 - color contains mainly: blue. Hex color #470063 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470063 is #B8FF9C. Grayscale: #202020. Windows color (decimal): -12124061 or 6488135. OLE color: 6488135.

HSL color Cylindrical-coordinate representation of color #470063: hue angle of 283.03º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #470063 is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 71 0 99 -
CMYK 0.28 1 0 0.61
HSL 283.03º 1% 0.19% -
HSV(B) 283.03º 1% 0.39% -
XYZ 4.85 2.24 11.98 -
YUV 32.52 165.52 155.45 -
System Red Green Blue C M Y K H S L
Decimal 71 0 99 0.28 1 0 0.61 283.03 1 0.19
Hex 47 0 63 1C 64 0 3D 11B 64 13
Octal 107 0 143 34 144 0 75 433 144 23
Binary 1000111 0 1100011 11100 1100100 0 111101 100011011 1100100 10011

Color Harmonies of #470063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470063

Black with #470063

Text Example


Text Example

White with #470063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470063; }

 p { color: rgb(71,0,99); }

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

background-color css

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

 a { background-color: rgb(71,0,99); }

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

border-color css

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

 span { border-color: rgb(71,0,99); }

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