Html Css Color HEX #461177 Indigo

📋 copy color: '#461177'

red 70 ◦ green 17 ◦ blue 119

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

Shades of Indigo #461177

Tints of Indigo #461177

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.25%

 BLUE value IS 119 (46.88% from 255) = 57.77%

R = 33.98%
G = 8.25%
B = 57.77%

CMYK

 C value IS 0.41

 M value IS 0.86

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#461177 (or 0x461177) is known color: Indigo. HEX triplet: 46, 11 and 77. RGB value is (70,17,119). Sum of RGB (Red+Green+Blue) = 70+17+119=206 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.98% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 119 (46.88% from 255 or 57.77% from 206); Max value from RGB is 119 - color contains mainly: blue. Hex color #461177 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461177 is #B9EE88. Grayscale: #2C2C2C. Windows color (decimal): -12185225 or 7803206. OLE color: 7803206.

HSL color Cylindrical-coordinate representation of color #461177: hue angle of 271.18º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #461177 is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 17 119 -
CMYK 0.41 0.86 0 0.53
HSL 271.18º 0.75% 0.27% -
HSV(B) 271.18º 0.86% 0.47% -
XYZ 6.06 3.03 17.72 -
YUV 44.48 170.06 146.21 -
System Red Green Blue C M Y K H S L
Decimal 70 17 119 0.41 0.86 0 0.53 271.18 0.75 0.27
Hex 46 11 77 29 56 0 35 10F 4B 1B
Octal 106 21 167 51 126 0 65 417 113 33
Binary 1000110 10001 1110111 101001 1010110 0 110101 100001111 1001011 11011

Color Harmonies of #461177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461177

Black with #461177

Text Example


Text Example

White with #461177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461177; }

 p { color: rgb(70,17,119); }

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

background-color css

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

 a { background-color: rgb(70,17,119); }

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

border-color css

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

 span { border-color: rgb(70,17,119); }

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