Html Css Color HEX #461176 Indigo

📋 copy color: '#461176'

red 70 ◦ green 17 ◦ blue 118

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

Shades of Indigo #461176

Tints of Indigo #461176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 57.56%

R = 34.15%
G = 8.29%
B = 57.56%

CMYK

 C value IS 0.41

 M value IS 0.86

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#461176 (or 0x461176) is known color: Indigo. HEX triplet: 46, 11 and 76. RGB value is (70,17,118). Sum of RGB (Red+Green+Blue) = 70+17+118=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 118 (46.48% from 255 or 57.56% from 205); Max value from RGB is 118 - color contains mainly: blue. Hex color #461176 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461176 is #B9EE89. Grayscale: #2C2C2C. Windows color (decimal): -12185226 or 7737670. OLE color: 7737670.

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

Color convert

RGB 70 17 118 -
CMYK 0.41 0.86 0 0.54
HSL 271.49º 0.75% 0.26% -
HSV(B) 271.49º 0.86% 0.46% -
XYZ 6 3.01 17.4 -
YUV 44.36 169.56 146.29 -
System Red Green Blue C M Y K H S L
Decimal 70 17 118 0.41 0.86 0 0.54 271.49 0.75 0.26
Hex 46 11 76 29 56 0 36 10F 4B 1A
Octal 106 21 166 51 126 0 66 417 113 32
Binary 1000110 10001 1110110 101001 1010110 0 110110 100001111 1001011 11010

Color Harmonies of #461176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461176

Black with #461176

Text Example


Text Example

White with #461176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461176; }

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

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

background-color css

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

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

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

border-color css

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

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

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