Html Css Color HEX #460471 Indigo

📋 copy color: '#460471'

red 70 ◦ green 4 ◦ blue 113

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

Shades of Indigo #460471

Tints of Indigo #460471

RGB

 RED value IS 70 (27.73% from 255) = 37.43%

 GREEN value IS 4 (1.95% from 255) = 2.14%

 BLUE value IS 113 (44.53% from 255) = 60.43%

R = 37.43%
G = 2.14%
B = 60.43%

CMYK

 C value IS 0.38

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#460471 (or 0x460471) is known color: Indigo. HEX triplet: 46, 04 and 71. RGB value is (70,4,113). Sum of RGB (Red+Green+Blue) = 70+4+113=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 113 (44.53% from 255 or 60.43% from 187); Max value from RGB is 113 - color contains mainly: blue. Hex color #460471 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460471 is #B9FB8E. Grayscale: #232323. Windows color (decimal): -12188559 or 7406662. OLE color: 7406662.

HSL color Cylindrical-coordinate representation of color #460471: hue angle of 276.33º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #460471 is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 4 113 -
CMYK 0.38 0.96 0 0.56
HSL 276.33º 0.93% 0.23% -
HSV(B) 276.33º 0.96% 0.44% -
XYZ 5.55 2.58 15.83 -
YUV 36.16 171.37 152.14 -
System Red Green Blue C M Y K H S L
Decimal 70 4 113 0.38 0.96 0 0.56 276.33 0.93 0.23
Hex 46 4 71 26 60 0 38 114 5D 17
Octal 106 4 161 46 140 0 70 424 135 27
Binary 1000110 100 1110001 100110 1100000 0 111000 100010100 1011101 10111

Color Harmonies of #460471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460471

Black with #460471

Text Example


Text Example

White with #460471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460471; }

 p { color: rgb(70,4,113); }

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

background-color css

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

 a { background-color: rgb(70,4,113); }

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

border-color css

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

 span { border-color: rgb(70,4,113); }

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