Html Css Color HEX #460460 Indigo

📋 copy color: '#460460'

red 70 ◦ green 4 ◦ blue 96

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

Shades of Indigo #460460

Tints of Indigo #460460

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.35%

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

R = 41.18%
G = 2.35%
B = 56.47%

CMYK

 C value IS 0.27

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#460460 (or 0x460460) is known color: Indigo. HEX triplet: 46, 04 and 60. RGB value is (70,4,96). Sum of RGB (Red+Green+Blue) = 70+4+96=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 4 (1.95% from 255 or 2.35% from 170); Blue value is 96 (37.89% from 255 or 56.47% from 170); Max value from RGB is 96 - color contains mainly: blue. Hex color #460460 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460460 is #B9FB9F. Grayscale: #212121. Windows color (decimal): -12188576 or 6292550. OLE color: 6292550.

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

Color convert

RGB 70 4 96 -
CMYK 0.27 0.96 0 0.62
HSL 283.04º 0.92% 0.2% -
HSV(B) 283.04º 0.96% 0.38% -
XYZ 4.68 2.23 11.25 -
YUV 34.22 162.87 153.52 -
System Red Green Blue C M Y K H S L
Decimal 70 4 96 0.27 0.96 0 0.62 283.04 0.92 0.2
Hex 46 4 60 1B 60 0 3E 11B 5C 14
Octal 106 4 140 33 140 0 76 433 134 24
Binary 1000110 100 1100000 11011 1100000 0 111110 100011011 1011100 10100

Color Harmonies of #460460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460460

Black with #460460

Text Example


Text Example

White with #460460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460460; }

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

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

background-color css

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

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

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

border-color css

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

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

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