Html Css Color HEX #460071 Indigo

📋 copy color: '#460071'

red 70 ◦ green 0 ◦ blue 113

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

Shades of Indigo #460071

Tints of Indigo #460071

RGB

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

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

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

R = 38.25%
G = 0%
B = 61.75%

CMYK

 C value IS 0.38

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#460071 (or 0x460071) is known color: Indigo. HEX triplet: 46, 00 and 71. RGB value is (70,0,113). Sum of RGB (Red+Green+Blue) = 70+0+113=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 113 (44.53% from 255 or 61.75% from 183); Max value from RGB is 113 - color contains mainly: blue. Hex color #460071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460071 is #B9FF8E. Grayscale: #212121. Windows color (decimal): -12189583 or 7405638. OLE color: 7405638.

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

Color convert

RGB 70 0 113 -
CMYK 0.38 1 0 0.56
HSL 277.17º 1% 0.22% -
HSV(B) 277.17º 1% 0.44% -
XYZ 5.51 2.49 15.81 -
YUV 33.81 172.69 153.81 -
System Red Green Blue C M Y K H S L
Decimal 70 0 113 0.38 1 0 0.56 277.17 1 0.22
Hex 46 0 71 26 64 0 38 115 64 16
Octal 106 0 161 46 144 0 70 425 144 26
Binary 1000110 0 1110001 100110 1100100 0 111000 100010101 1100100 10110

Color Harmonies of #460071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460071

Black with #460071

Text Example


Text Example

White with #460071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460071; }

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

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

background-color css

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

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

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

border-color css

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

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

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