Html Css Color HEX #460D70 Indigo

📋 copy color: '#460D70'

red 70 ◦ green 13 ◦ blue 112

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

Shades of Indigo #460D70

Tints of Indigo #460D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 57.44%

R = 35.9%
G = 6.67%
B = 57.44%

CMYK

 C value IS 0.38

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#460D70 (or 0x460D70) is known color: Indigo. HEX triplet: 46, 0D and 70. RGB value is (70,13,112). Sum of RGB (Red+Green+Blue) = 70+13+112=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 13 (5.47% from 255 or 6.67% from 195); Blue value is 112 (44.14% from 255 or 57.44% from 195); Max value from RGB is 112 - color contains mainly: blue. Hex color #460D70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460D70 is #B9F28F. Grayscale: #282828. Windows color (decimal): -12186256 or 7343430. OLE color: 7343430.

HSL color Cylindrical-coordinate representation of color #460D70: hue angle of 274.55º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #460D70 is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 13 112 -
CMYK 0.38 0.88 0 0.56
HSL 274.55º 0.79% 0.25% -
HSV(B) 274.55º 0.88% 0.44% -
XYZ 5.59 2.76 15.57 -
YUV 41.33 167.88 148.45 -
System Red Green Blue C M Y K H S L
Decimal 70 13 112 0.38 0.88 0 0.56 274.55 0.79 0.25
Hex 46 D 70 26 58 0 38 113 4F 19
Octal 106 15 160 46 130 0 70 423 117 31
Binary 1000110 1101 1110000 100110 1011000 0 111000 100010011 1001111 11001

Color Harmonies of #460D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460D70

Black with #460D70

Text Example


Text Example

White with #460D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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