Html Css Color HEX #460E99 Indigo

📋 copy color: '#460E99'

red 70 ◦ green 14 ◦ blue 153

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

Shades of Indigo #460E99

Tints of Indigo #460E99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 64.56%

R = 29.54%
G = 5.91%
B = 64.56%

CMYK

 C value IS 0.54

 M value IS 0.91

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#460E99 (or 0x460E99) is known color: Indigo. HEX triplet: 46, 0E and 99. RGB value is (70,14,153). Sum of RGB (Red+Green+Blue) = 70+14+153=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 14 (5.86% from 255 or 5.91% from 237); Blue value is 153 (60.16% from 255 or 64.56% from 237); Max value from RGB is 153 - color contains mainly: blue. Hex color #460E99 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460E99 is #B9F166. Grayscale: #2E2E2E. Windows color (decimal): -12185959 or 10030662. OLE color: 10030662.

HSL color Cylindrical-coordinate representation of color #460E99: hue angle of 264.17º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #460E99 is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 70 14 153 -
CMYK 0.54 0.91 0 0.4
HSL 264.17º 0.83% 0.33% -
HSV(B) 264.17º 0.91% 0.6% -
XYZ 8.43 3.92 30.45 -
YUV 46.59 188.05 144.7 -
System Red Green Blue C M Y K H S L
Decimal 70 14 153 0.54 0.91 0 0.4 264.17 0.83 0.33
Hex 46 E 99 36 5B 0 28 108 53 21
Octal 106 16 231 66 133 0 50 410 123 41
Binary 1000110 1110 10011001 110110 1011011 0 101000 100001000 1010011 100001

Color Harmonies of #460E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460E99

Black with #460E99

Text Example


Text Example

White with #460E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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