Html Css Color HEX #460060 Indigo

📋 copy color: '#460060'

red 70 ◦ green 0 ◦ blue 96

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

Shades of Indigo #460060

Tints of Indigo #460060

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 96 (37.89% from 255) = 57.83%

R = 42.17%
G = 0%
B = 57.83%

CMYK

 C value IS 0.27

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#460060 (or 0x460060) is known color: Indigo. HEX triplet: 46, 00 and 60. RGB value is (70,0,96). Sum of RGB (Red+Green+Blue) = 70+0+96=166 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.17% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 96 (37.89% from 255 or 57.83% from 166); Max value from RGB is 96 - color contains mainly: blue. Hex color #460060 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460060 is #B9FF9F. Grayscale: #1F1F1F. Windows color (decimal): -12189600 or 6291526. OLE color: 6291526.

HSL color Cylindrical-coordinate representation of color #460060: hue angle of 283.75º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #460060 is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 0 96 -
CMYK 0.27 1 0 0.62
HSL 283.75º 1% 0.19% -
HSV(B) 283.75º 1% 0.38% -
XYZ 4.64 2.15 11.24 -
YUV 31.87 164.19 155.19 -
System Red Green Blue C M Y K H S L
Decimal 70 0 96 0.27 1 0 0.62 283.75 1 0.19
Hex 46 0 60 1B 64 0 3E 11C 64 13
Octal 106 0 140 33 144 0 76 434 144 23
Binary 1000110 0 1100000 11011 1100100 0 111110 100011100 1100100 10011

Color Harmonies of #460060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460060

Black with #460060

Text Example


Text Example

White with #460060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460060; }

 p { color: rgb(70,0,96); }

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

background-color css

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

 a { background-color: rgb(70,0,96); }

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

border-color css

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

 span { border-color: rgb(70,0,96); }

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