Html Css Color HEX #460E95 Indigo

📋 copy color: '#460E95'

red 70 ◦ green 14 ◦ blue 149

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

Shades of Indigo #460E95

Tints of Indigo #460E95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 63.95%

R = 30.04%
G = 6.01%
B = 63.95%

CMYK

 C value IS 0.53

 M value IS 0.91

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#460E95 (or 0x460E95) is known color: Indigo. HEX triplet: 46, 0E and 95. RGB value is (70,14,149). Sum of RGB (Red+Green+Blue) = 70+14+149=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 14 (5.86% from 255 or 6.01% from 233); Blue value is 149 (58.59% from 255 or 63.95% from 233); Max value from RGB is 149 - color contains mainly: blue. Hex color #460E95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460E95 is #B9F16A. Grayscale: #2D2D2D. Windows color (decimal): -12185963 or 9768518. OLE color: 9768518.

HSL color Cylindrical-coordinate representation of color #460E95: hue angle of 264.89º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #460E95 is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 14 149 -
CMYK 0.53 0.91 0 0.42
HSL 264.89º 0.83% 0.32% -
HSV(B) 264.89º 0.91% 0.58% -
XYZ 8.11 3.79 28.74 -
YUV 46.13 186.05 145.02 -
System Red Green Blue C M Y K H S L
Decimal 70 14 149 0.53 0.91 0 0.42 264.89 0.83 0.32
Hex 46 E 95 35 5B 0 2A 109 53 20
Octal 106 16 225 65 133 0 52 411 123 40
Binary 1000110 1110 10010101 110101 1011011 0 101010 100001001 1010011 100000

Color Harmonies of #460E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460E95

Black with #460E95

Text Example


Text Example

White with #460E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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