Html Css Color HEX #460E9F Indigo

📋 copy color: '#460E9F'

red 70 ◦ green 14 ◦ blue 159

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

Shades of Indigo #460E9F

Tints of Indigo #460E9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 65.43%

R = 28.81%
G = 5.76%
B = 65.43%

CMYK

 C value IS 0.56

 M value IS 0.91

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#460E9F (or 0x460E9F) is known color: Indigo. HEX triplet: 46, 0E and 9F. RGB value is (70,14,159). Sum of RGB (Red+Green+Blue) = 70+14+159=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 14 (5.86% from 255 or 5.76% from 243); Blue value is 159 (62.5% from 255 or 65.43% from 243); Max value from RGB is 159 - color contains mainly: blue. Hex color #460E9F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460E9F is #B9F160. Grayscale: #2E2E2E. Windows color (decimal): -12185953 or 10423878. OLE color: 10423878.

HSL color Cylindrical-coordinate representation of color #460E9F: hue angle of 263.17º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #460E9F is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 14 159 -
CMYK 0.56 0.91 0 0.38
HSL 263.17º 0.84% 0.34% -
HSV(B) 263.17º 0.91% 0.62% -
XYZ 8.94 4.12 33.12 -
YUV 47.27 191.05 144.21 -
System Red Green Blue C M Y K H S L
Decimal 70 14 159 0.56 0.91 0 0.38 263.17 0.84 0.34
Hex 46 E 9F 38 5B 0 26 107 54 22
Octal 106 16 237 70 133 0 46 407 124 42
Binary 1000110 1110 10011111 111000 1011011 0 100110 100000111 1010100 100010

Color Harmonies of #460E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460E9F

Black with #460E9F

Text Example


Text Example

White with #460E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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