Html Css Color HEX #461077 Indigo

📋 copy color: '#461077'

red 70 ◦ green 16 ◦ blue 119

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

Shades of Indigo #461077

Tints of Indigo #461077

RGB

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

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

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

R = 34.15%
G = 7.8%
B = 58.05%

CMYK

 C value IS 0.41

 M value IS 0.87

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#461077 (or 0x461077) is known color: Indigo. HEX triplet: 46, 10 and 77. RGB value is (70,16,119). Sum of RGB (Red+Green+Blue) = 70+16+119=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 119 (46.88% from 255 or 58.05% from 205); Max value from RGB is 119 - color contains mainly: blue. Hex color #461077 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461077 is #B9EF88. Grayscale: #2B2B2B. Windows color (decimal): -12185481 or 7802950. OLE color: 7802950.

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

Color convert

RGB 70 16 119 -
CMYK 0.41 0.87 0 0.53
HSL 271.46º 0.76% 0.26% -
HSV(B) 271.46º 0.87% 0.47% -
XYZ 6.04 3 17.71 -
YUV 43.89 170.39 146.62 -
System Red Green Blue C M Y K H S L
Decimal 70 16 119 0.41 0.87 0 0.53 271.46 0.76 0.26
Hex 46 10 77 29 57 0 35 10F 4C 1A
Octal 106 20 167 51 127 0 65 417 114 32
Binary 1000110 10000 1110111 101001 1010111 0 110101 100001111 1001100 11010

Color Harmonies of #461077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461077

Black with #461077

Text Example


Text Example

White with #461077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461077; }

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

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

background-color css

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

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

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

border-color css

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

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

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