Html Css Color HEX #460960 Indigo

📋 copy color: '#460960'

red 70 ◦ green 9 ◦ blue 96

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

Shades of Indigo #460960

Tints of Indigo #460960

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.14%

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

R = 40%
G = 5.14%
B = 54.86%

CMYK

 C value IS 0.27

 M value IS 0.91

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#460960 (or 0x460960) is known color: Indigo. HEX triplet: 46, 09 and 60. RGB value is (70,9,96). Sum of RGB (Red+Green+Blue) = 70+9+96=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 96 (37.89% from 255 or 54.86% from 175); Max value from RGB is 96 - color contains mainly: blue. Hex color #460960 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460960 is #B9F69F. Grayscale: #242424. Windows color (decimal): -12187296 or 6293830. OLE color: 6293830.

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

Color convert

RGB 70 9 96 -
CMYK 0.27 0.91 0 0.62
HSL 282.07º 0.83% 0.21% -
HSV(B) 282.07º 0.91% 0.38% -
XYZ 4.73 2.34 11.27 -
YUV 37.16 161.21 151.43 -
System Red Green Blue C M Y K H S L
Decimal 70 9 96 0.27 0.91 0 0.62 282.07 0.83 0.21
Hex 46 9 60 1B 5B 0 3E 11A 53 15
Octal 106 11 140 33 133 0 76 432 123 25
Binary 1000110 1001 1100000 11011 1011011 0 111110 100011010 1010011 10101

Color Harmonies of #460960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460960

Black with #460960

Text Example


Text Example

White with #460960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460960; }

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

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

background-color css

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

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

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

border-color css

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

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

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