Html Css Color HEX #460E77 Indigo

📋 copy color: '#460E77'

red 70 ◦ green 14 ◦ blue 119

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

Shades of Indigo #460E77

Tints of Indigo #460E77

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.9%

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

R = 34.48%
G = 6.9%
B = 58.62%

CMYK

 C value IS 0.41

 M value IS 0.88

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#460E77 (or 0x460E77) is known color: Indigo. HEX triplet: 46, 0E and 77. RGB value is (70,14,119). Sum of RGB (Red+Green+Blue) = 70+14+119=203 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.48% from 203); Green value is 14 (5.86% from 255 or 6.90% from 203); Blue value is 119 (46.88% from 255 or 58.62% from 203); Max value from RGB is 119 - color contains mainly: blue. Hex color #460E77 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460E77 is #B9F188. Grayscale: #2A2A2A. Windows color (decimal): -12185993 or 7802438. OLE color: 7802438.

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

Color convert

RGB 70 14 119 -
CMYK 0.41 0.88 0 0.53
HSL 272º 0.79% 0.26% -
HSV(B) 272º 0.88% 0.47% -
XYZ 6.01 2.95 17.7 -
YUV 42.71 171.05 147.46 -
System Red Green Blue C M Y K H S L
Decimal 70 14 119 0.41 0.88 0 0.53 272 0.79 0.26
Hex 46 E 77 29 58 0 35 110 4F 1A
Octal 106 16 167 51 130 0 65 420 117 32
Binary 1000110 1110 1110111 101001 1011000 0 110101 100010000 1001111 11010

Color Harmonies of #460E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460E77

Black with #460E77

Text Example


Text Example

White with #460E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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