Html Css Color HEX #461595 Indigo

📋 copy color: '#461595'

red 70 ◦ green 21 ◦ blue 149

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

Shades of Indigo #461595

Tints of Indigo #461595

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.75%

 BLUE value IS 149 (58.59% from 255) = 62.08%

R = 29.17%
G = 8.75%
B = 62.08%

CMYK

 C value IS 0.53

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#461595 (or 0x461595) is known color: Indigo. HEX triplet: 46, 15 and 95. RGB value is (70,21,149). Sum of RGB (Red+Green+Blue) = 70+21+149=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 149 (58.59% from 255 or 62.08% from 240); Max value from RGB is 149 - color contains mainly: blue. Hex color #461595 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461595 is #B9EA6A. Grayscale: #313131. Windows color (decimal): -12184171 or 9770310. OLE color: 9770310.

HSL color Cylindrical-coordinate representation of color #461595: hue angle of 262.97º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #461595 is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 21 149 -
CMYK 0.53 0.86 0 0.42
HSL 262.97º 0.75% 0.33% -
HSV(B) 262.97º 0.86% 0.58% -
XYZ 8.22 4.01 28.77 -
YUV 50.24 183.73 142.09 -
System Red Green Blue C M Y K H S L
Decimal 70 21 149 0.53 0.86 0 0.42 262.97 0.75 0.33
Hex 46 15 95 35 56 0 2A 107 4B 21
Octal 106 25 225 65 126 0 52 407 113 41
Binary 1000110 10101 10010101 110101 1010110 0 101010 100000111 1001011 100001

Color Harmonies of #461595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461595

Black with #461595

Text Example


Text Example

White with #461595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461595; }

 p { color: rgb(70,21,149); }

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

background-color css

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

 a { background-color: rgb(70,21,149); }

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

border-color css

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

 span { border-color: rgb(70,21,149); }

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