Html Css Color HEX #461496 Indigo

📋 copy color: '#461496'

red 70 ◦ green 20 ◦ blue 150

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

Shades of Indigo #461496

Tints of Indigo #461496

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.33%

 BLUE value IS 150 (58.98% from 255) = 62.5%

R = 29.17%
G = 8.33%
B = 62.5%

CMYK

 C value IS 0.53

 M value IS 0.87

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#461496 (or 0x461496) is known color: Indigo. HEX triplet: 46, 14 and 96. RGB value is (70,20,150). Sum of RGB (Red+Green+Blue) = 70+20+150=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 150 (58.98% from 255 or 62.5% from 240); Max value from RGB is 150 - color contains mainly: blue. Hex color #461496 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461496 is #B9EB69. Grayscale: #313131. Windows color (decimal): -12184426 or 9835590. OLE color: 9835590.

HSL color Cylindrical-coordinate representation of color #461496: hue angle of 263.08º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #461496 is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 70 20 150 -
CMYK 0.53 0.87 0 0.41
HSL 263.08º 0.76% 0.33% -
HSV(B) 263.08º 0.87% 0.59% -
XYZ 8.28 4 29.19 -
YUV 49.77 184.57 142.43 -
System Red Green Blue C M Y K H S L
Decimal 70 20 150 0.53 0.87 0 0.41 263.08 0.76 0.33
Hex 46 14 96 35 57 0 29 107 4C 21
Octal 106 24 226 65 127 0 51 407 114 41
Binary 1000110 10100 10010110 110101 1010111 0 101001 100000111 1001100 100001

Color Harmonies of #461496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461496

Black with #461496

Text Example


Text Example

White with #461496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461496; }

 p { color: rgb(70,20,150); }

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

background-color css

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

 a { background-color: rgb(70,20,150); }

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

border-color css

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

 span { border-color: rgb(70,20,150); }

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