Html Css Color HEX #460E74 Indigo

📋 copy color: '#460E74'

red 70 ◦ green 14 ◦ blue 116

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

Shades of Indigo #460E74

Tints of Indigo #460E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 58%

R = 35%
G = 7%
B = 58%

CMYK

 C value IS 0.40

 M value IS 0.88

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#460E74 (or 0x460E74) is known color: Indigo. HEX triplet: 46, 0E and 74. RGB value is (70,14,116). Sum of RGB (Red+Green+Blue) = 70+14+116=200 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35% from 200); Green value is 14 (5.86% from 255 or 7% from 200); Blue value is 116 (45.70% from 255 or 58% from 200); Max value from RGB is 116 - color contains mainly: blue. Hex color #460E74 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460E74 is #B9F18B. Grayscale: #2A2A2A. Windows color (decimal): -12185996 or 7605830. OLE color: 7605830.

HSL color Cylindrical-coordinate representation of color #460E74: hue angle of 272.94º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #460E74 is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 14 116 -
CMYK 0.40 0.88 0 0.55
HSL 272.94º 0.78% 0.25% -
HSV(B) 272.94º 0.88% 0.45% -
XYZ 5.84 2.88 16.77 -
YUV 42.37 169.55 147.71 -
System Red Green Blue C M Y K H S L
Decimal 70 14 116 0.40 0.88 0 0.55 272.94 0.78 0.25
Hex 46 E 74 28 58 0 37 111 4E 19
Octal 106 16 164 50 130 0 67 421 116 31
Binary 1000110 1110 1110100 101000 1011000 0 110111 100010001 1001110 11001

Color Harmonies of #460E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460E74

Black with #460E74

Text Example


Text Example

White with #460E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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