Html Css Color HEX #460661 Indigo

📋 copy color: '#460661'

red 70 ◦ green 6 ◦ blue 97

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

Shades of Indigo #460661

Tints of Indigo #460661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 56.07%

R = 40.46%
G = 3.47%
B = 56.07%

CMYK

 C value IS 0.28

 M value IS 0.94

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#460661 (or 0x460661) is known color: Indigo. HEX triplet: 46, 06 and 61. RGB value is (70,6,97). Sum of RGB (Red+Green+Blue) = 70+6+97=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 6 (2.73% from 255 or 3.47% from 173); Blue value is 97 (38.28% from 255 or 56.07% from 173); Max value from RGB is 97 - color contains mainly: blue. Hex color #460661 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460661 is #B9F99E. Grayscale: #232323. Windows color (decimal): -12188063 or 6358598. OLE color: 6358598.

HSL color Cylindrical-coordinate representation of color #460661: hue angle of 282.2º 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 #460661 is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 6 97 -
CMYK 0.28 0.94 0 0.62
HSL 282.2º 0.88% 0.2% -
HSV(B) 282.2º 0.94% 0.38% -
XYZ 4.75 2.3 11.5 -
YUV 35.51 162.7 152.6 -
System Red Green Blue C M Y K H S L
Decimal 70 6 97 0.28 0.94 0 0.62 282.2 0.88 0.2
Hex 46 6 61 1C 5E 0 3E 11A 58 14
Octal 106 6 141 34 136 0 76 432 130 24
Binary 1000110 110 1100001 11100 1011110 0 111110 100011010 1011000 10100

Color Harmonies of #460661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460661

Black with #460661

Text Example


Text Example

White with #460661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460661; }

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

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

background-color css

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

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

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

border-color css

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

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

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