Html Css Color HEX #460660 Indigo

📋 copy color: '#460660'

red 70 ◦ green 6 ◦ blue 96

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

Shades of Indigo #460660

Tints of Indigo #460660

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.49%

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

R = 40.7%
G = 3.49%
B = 55.81%

CMYK

 C value IS 0.27

 M value IS 0.94

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#460660 (or 0x460660) is known color: Indigo. HEX triplet: 46, 06 and 60. RGB value is (70,6,96). Sum of RGB (Red+Green+Blue) = 70+6+96=172 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.70% from 172); Green value is 6 (2.73% from 255 or 3.49% from 172); Blue value is 96 (37.89% from 255 or 55.81% from 172); Max value from RGB is 96 - color contains mainly: blue. Hex color #460660 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460660 is #B9F99F. Grayscale: #232323. Windows color (decimal): -12188064 or 6293062. OLE color: 6293062.

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

Color convert

RGB 70 6 96 -
CMYK 0.27 0.94 0 0.62
HSL 282.67º 0.88% 0.2% -
HSV(B) 282.67º 0.94% 0.38% -
XYZ 4.7 2.28 11.26 -
YUV 35.4 162.2 152.68 -
System Red Green Blue C M Y K H S L
Decimal 70 6 96 0.27 0.94 0 0.62 282.67 0.88 0.2
Hex 46 6 60 1B 5E 0 3E 11B 58 14
Octal 106 6 140 33 136 0 76 433 130 24
Binary 1000110 110 1100000 11011 1011110 0 111110 100011011 1011000 10100

Color Harmonies of #460660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460660

Black with #460660

Text Example


Text Example

White with #460660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460660; }

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

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

background-color css

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

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

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

border-color css

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

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

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