Html Css Color HEX #460877 Indigo

📋 copy color: '#460877'

red 70 ◦ green 8 ◦ blue 119

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

Shades of Indigo #460877

Tints of Indigo #460877

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.06%

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

R = 35.53%
G = 4.06%
B = 60.41%

CMYK

 C value IS 0.41

 M value IS 0.93

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#460877 (or 0x460877) is known color: Indigo. HEX triplet: 46, 08 and 77. RGB value is (70,8,119). Sum of RGB (Red+Green+Blue) = 70+8+119=197 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.53% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 119 (46.88% from 255 or 60.41% from 197); Max value from RGB is 119 - color contains mainly: blue. Hex color #460877 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460877 is #B9F788. Grayscale: #262626. Windows color (decimal): -12187529 or 7800902. OLE color: 7800902.

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

Color convert

RGB 70 8 119 -
CMYK 0.41 0.93 0 0.53
HSL 273.51º 0.87% 0.25% -
HSV(B) 273.51º 0.93% 0.47% -
XYZ 5.94 2.81 17.68 -
YUV 39.19 173.04 149.97 -
System Red Green Blue C M Y K H S L
Decimal 70 8 119 0.41 0.93 0 0.53 273.51 0.87 0.25
Hex 46 8 77 29 5D 0 35 112 57 19
Octal 106 10 167 51 135 0 65 422 127 31
Binary 1000110 1000 1110111 101001 1011101 0 110101 100010010 1010111 11001

Color Harmonies of #460877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460877

Black with #460877

Text Example


Text Example

White with #460877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460877; }

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

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

background-color css

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

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

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

border-color css

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

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

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