Html Css Color HEX #460D75 Indigo

📋 copy color: '#460D75'

red 70 ◦ green 13 ◦ blue 117

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

Shades of Indigo #460D75

Tints of Indigo #460D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 58.5%

R = 35%
G = 6.5%
B = 58.5%

CMYK

 C value IS 0.40

 M value IS 0.89

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#460D75 (or 0x460D75) is known color: Indigo. HEX triplet: 46, 0D and 75. RGB value is (70,13,117). Sum of RGB (Red+Green+Blue) = 70+13+117=200 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35% from 200); Green value is 13 (5.47% from 255 or 6.5% from 200); Blue value is 117 (46.09% from 255 or 58.5% from 200); Max value from RGB is 117 - color contains mainly: blue. Hex color #460D75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460D75 is #B9F28A. Grayscale: #292929. Windows color (decimal): -12186251 or 7671110. OLE color: 7671110.

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

Color convert

RGB 70 13 117 -
CMYK 0.40 0.89 0 0.54
HSL 272.88º 0.8% 0.25% -
HSV(B) 272.88º 0.89% 0.46% -
XYZ 5.88 2.87 17.07 -
YUV 41.9 170.38 148.04 -
System Red Green Blue C M Y K H S L
Decimal 70 13 117 0.40 0.89 0 0.54 272.88 0.8 0.25
Hex 46 D 75 28 59 0 36 111 50 19
Octal 106 15 165 50 131 0 66 421 120 31
Binary 1000110 1101 1110101 101000 1011001 0 110110 100010001 1010000 11001

Color Harmonies of #460D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460D75

Black with #460D75

Text Example


Text Example

White with #460D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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