Html Css Color HEX #460161 Indigo

📋 copy color: '#460161'

red 70 ◦ green 1 ◦ blue 97

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

Shades of Indigo #460161

Tints of Indigo #460161

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

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

R = 41.67%
G = 0.6%
B = 57.74%

CMYK

 C value IS 0.28

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#460161 (or 0x460161) is known color: Indigo. HEX triplet: 46, 01 and 61. RGB value is (70,1,97). Sum of RGB (Red+Green+Blue) = 70+1+97=168 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.67% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 97 (38.28% from 255 or 57.74% from 168); Max value from RGB is 97 - color contains mainly: blue. Hex color #460161 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460161 is #B9FE9E. Grayscale: #202020. Windows color (decimal): -12189343 or 6357318. OLE color: 6357318.

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

Color convert

RGB 70 1 97 -
CMYK 0.28 0.99 0 0.62
HSL 283.13º 0.98% 0.19% -
HSV(B) 283.13º 0.99% 0.38% -
XYZ 4.69 2.19 11.48 -
YUV 32.58 164.36 154.69 -
System Red Green Blue C M Y K H S L
Decimal 70 1 97 0.28 0.99 0 0.62 283.13 0.98 0.19
Hex 46 1 61 1C 63 0 3E 11B 62 13
Octal 106 1 141 34 143 0 76 433 142 23
Binary 1000110 1 1100001 11100 1100011 0 111110 100011011 1100010 10011

Color Harmonies of #460161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460161

Black with #460161

Text Example


Text Example

White with #460161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460161; }

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

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

background-color css

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

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

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

border-color css

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

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

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