Html Css Color HEX #460D8D Indigo

📋 copy color: '#460D8D'

red 70 ◦ green 13 ◦ blue 141

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

Shades of Indigo #460D8D

Tints of Indigo #460D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 62.95%

R = 31.25%
G = 5.8%
B = 62.95%

CMYK

 C value IS 0.50

 M value IS 0.91

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#460D8D (or 0x460D8D) is known color: Indigo. HEX triplet: 46, 0D and 8D. RGB value is (70,13,141). Sum of RGB (Red+Green+Blue) = 70+13+141=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 13 (5.47% from 255 or 5.80% from 224); Blue value is 141 (55.47% from 255 or 62.95% from 224); Max value from RGB is 141 - color contains mainly: blue. Hex color #460D8D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460D8D is #B9F272. Grayscale: #2C2C2C. Windows color (decimal): -12186227 or 9243974. OLE color: 9243974.

HSL color Cylindrical-coordinate representation of color #460D8D: hue angle of 266.72º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #460D8D is Cyan = 0.50, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 13 141 -
CMYK 0.50 0.91 0 0.45
HSL 266.72º 0.83% 0.3% -
HSV(B) 266.72º 0.91% 0.55% -
XYZ 7.48 3.51 25.48 -
YUV 44.64 182.38 146.09 -
System Red Green Blue C M Y K H S L
Decimal 70 13 141 0.50 0.91 0 0.45 266.72 0.83 0.3
Hex 46 D 8D 32 5B 0 2D 10B 53 1E
Octal 106 15 215 62 133 0 55 413 123 36
Binary 1000110 1101 10001101 110010 1011011 0 101101 100001011 1010011 11110

Color Harmonies of #460D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460D8D

Black with #460D8D

Text Example


Text Example

White with #460D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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