Html Css Color HEX #460971 Indigo

📋 copy color: '#460971'

red 70 ◦ green 9 ◦ blue 113

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

Shades of Indigo #460971

Tints of Indigo #460971

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.69%

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

R = 36.46%
G = 4.69%
B = 58.85%

CMYK

 C value IS 0.38

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#460971 (or 0x460971) is known color: Indigo. HEX triplet: 46, 09 and 71. RGB value is (70,9,113). Sum of RGB (Red+Green+Blue) = 70+9+113=192 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.46% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 113 (44.53% from 255 or 58.85% from 192); Max value from RGB is 113 - color contains mainly: blue. Hex color #460971 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460971 is #B9F68E. Grayscale: #262626. Windows color (decimal): -12187279 or 7407942. OLE color: 7407942.

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

Color convert

RGB 70 9 113 -
CMYK 0.38 0.92 0 0.56
HSL 275.19º 0.85% 0.24% -
HSV(B) 275.19º 0.92% 0.44% -
XYZ 5.6 2.69 15.85 -
YUV 39.1 169.71 150.04 -
System Red Green Blue C M Y K H S L
Decimal 70 9 113 0.38 0.92 0 0.56 275.19 0.85 0.24
Hex 46 9 71 26 5C 0 38 113 55 18
Octal 106 11 161 46 134 0 70 423 125 30
Binary 1000110 1001 1110001 100110 1011100 0 111000 100010011 1010101 11000

Color Harmonies of #460971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460971

Black with #460971

Text Example


Text Example

White with #460971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460971; }

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

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

background-color css

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

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

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

border-color css

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

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

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