Html Css Color HEX #461071 Indigo

📋 copy color: '#461071'

red 70 ◦ green 16 ◦ blue 113

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

Shades of Indigo #461071

Tints of Indigo #461071

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.04%

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

R = 35.18%
G = 8.04%
B = 56.78%

CMYK

 C value IS 0.38

 M value IS 0.86

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#461071 (or 0x461071) is known color: Indigo. HEX triplet: 46, 10 and 71. RGB value is (70,16,113). Sum of RGB (Red+Green+Blue) = 70+16+113=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 16 (6.64% from 255 or 8.04% from 199); Blue value is 113 (44.53% from 255 or 56.78% from 199); Max value from RGB is 113 - color contains mainly: blue. Hex color #461071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461071 is #B9EF8E. Grayscale: #2A2A2A. Windows color (decimal): -12185487 or 7409734. OLE color: 7409734.

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

Color convert

RGB 70 16 113 -
CMYK 0.38 0.86 0 0.56
HSL 273.4º 0.75% 0.25% -
HSV(B) 273.4º 0.86% 0.44% -
XYZ 5.69 2.86 15.88 -
YUV 43.2 167.39 147.11 -
System Red Green Blue C M Y K H S L
Decimal 70 16 113 0.38 0.86 0 0.56 273.4 0.75 0.25
Hex 46 10 71 26 56 0 38 111 4B 19
Octal 106 20 161 46 126 0 70 421 113 31
Binary 1000110 10000 1110001 100110 1010110 0 111000 100010001 1001011 11001

Color Harmonies of #461071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461071

Black with #461071

Text Example


Text Example

White with #461071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461071; }

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

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

background-color css

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

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

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

border-color css

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

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

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