Html Css Color HEX #460E7D Indigo

📋 copy color: '#460E7D'

red 70 ◦ green 14 ◦ blue 125

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

Shades of Indigo #460E7D

Tints of Indigo #460E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 59.81%

R = 33.49%
G = 6.7%
B = 59.81%

CMYK

 C value IS 0.44

 M value IS 0.89

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#460E7D (or 0x460E7D) is known color: Indigo. HEX triplet: 46, 0E and 7D. RGB value is (70,14,125). Sum of RGB (Red+Green+Blue) = 70+14+125=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 14 (5.86% from 255 or 6.70% from 209); Blue value is 125 (49.22% from 255 or 59.81% from 209); Max value from RGB is 125 - color contains mainly: blue. Hex color #460E7D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460E7D is #B9F182. Grayscale: #2B2B2B. Windows color (decimal): -12185987 or 8195654. OLE color: 8195654.

HSL color Cylindrical-coordinate representation of color #460E7D: hue angle of 270.27º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #460E7D is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 70 14 125 -
CMYK 0.44 0.89 0 0.51
HSL 270.27º 0.8% 0.27% -
HSV(B) 270.27º 0.89% 0.49% -
XYZ 6.38 3.1 19.66 -
YUV 43.4 174.05 146.97 -
System Red Green Blue C M Y K H S L
Decimal 70 14 125 0.44 0.89 0 0.51 270.27 0.8 0.27
Hex 46 E 7D 2C 59 0 33 10E 50 1B
Octal 106 16 175 54 131 0 63 416 120 33
Binary 1000110 1110 1111101 101100 1011001 0 110011 100001110 1010000 11011

Color Harmonies of #460E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460E7D

Black with #460E7D

Text Example


Text Example

White with #460E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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