Html Css Color HEX #460D73 Indigo

📋 copy color: '#460D73'

red 70 ◦ green 13 ◦ blue 115

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

Shades of Indigo #460D73

Tints of Indigo #460D73

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.57%

 BLUE value IS 115 (45.31% from 255) = 58.08%

R = 35.35%
G = 6.57%
B = 58.08%

CMYK

 C value IS 0.39

 M value IS 0.89

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#460D73 (or 0x460D73) is known color: Indigo. HEX triplet: 46, 0D and 73. RGB value is (70,13,115). Sum of RGB (Red+Green+Blue) = 70+13+115=198 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.35% from 198); Green value is 13 (5.47% from 255 or 6.57% from 198); Blue value is 115 (45.31% from 255 or 58.08% from 198); Max value from RGB is 115 - color contains mainly: blue. Hex color #460D73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460D73 is #B9F28C. Grayscale: #292929. Windows color (decimal): -12186253 or 7540038. OLE color: 7540038.

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

Color convert

RGB 70 13 115 -
CMYK 0.39 0.89 0 0.55
HSL 273.53º 0.8% 0.25% -
HSV(B) 273.53º 0.89% 0.45% -
XYZ 5.76 2.83 16.46 -
YUV 41.67 169.38 148.21 -
System Red Green Blue C M Y K H S L
Decimal 70 13 115 0.39 0.89 0 0.55 273.53 0.8 0.25
Hex 46 D 73 27 59 0 37 112 50 19
Octal 106 15 163 47 131 0 67 422 120 31
Binary 1000110 1101 1110011 100111 1011001 0 110111 100010010 1010000 11001

Color Harmonies of #460D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460D73

Black with #460D73

Text Example


Text Example

White with #460D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,13,115); }

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

background-color css

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

 a { background-color: rgb(70,13,115); }

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

border-color css

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

 span { border-color: rgb(70,13,115); }

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