Html Css Color HEX #461195 Indigo

📋 copy color: '#461195'

red 70 ◦ green 17 ◦ blue 149

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

Shades of Indigo #461195

Tints of Indigo #461195

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.2%

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

R = 29.66%
G = 7.2%
B = 63.14%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#461195 (or 0x461195) is known color: Indigo. HEX triplet: 46, 11 and 95. RGB value is (70,17,149). Sum of RGB (Red+Green+Blue) = 70+17+149=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 17 (7.03% from 255 or 7.20% from 236); Blue value is 149 (58.59% from 255 or 63.14% from 236); Max value from RGB is 149 - color contains mainly: blue. Hex color #461195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461195 is #B9EE6A. Grayscale: #2F2F2F. Windows color (decimal): -12185195 or 9769286. OLE color: 9769286.

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

Color convert

RGB 70 17 149 -
CMYK 0.53 0.89 0 0.42
HSL 264.09º 0.8% 0.33% -
HSV(B) 264.09º 0.89% 0.58% -
XYZ 8.15 3.87 28.75 -
YUV 47.9 185.06 143.77 -
System Red Green Blue C M Y K H S L
Decimal 70 17 149 0.53 0.89 0 0.42 264.09 0.8 0.33
Hex 46 11 95 35 59 0 2A 108 50 21
Octal 106 21 225 65 131 0 52 410 120 41
Binary 1000110 10001 10010101 110101 1011001 0 101010 100001000 1010000 100001

Color Harmonies of #461195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461195

Black with #461195

Text Example


Text Example

White with #461195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461195; }

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

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

background-color css

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

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

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

border-color css

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

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

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