Html Css Color HEX #461197 Indigo

📋 copy color: '#461197'

red 70 ◦ green 17 ◦ blue 151

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

Shades of Indigo #461197

Tints of Indigo #461197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 63.45%

R = 29.41%
G = 7.14%
B = 63.45%

CMYK

 C value IS 0.54

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#461197 (or 0x461197) is known color: Indigo. HEX triplet: 46, 11 and 97. RGB value is (70,17,151). Sum of RGB (Red+Green+Blue) = 70+17+151=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 17 (7.03% from 255 or 7.14% from 238); Blue value is 151 (59.38% from 255 or 63.45% from 238); Max value from RGB is 151 - color contains mainly: blue. Hex color #461197 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461197 is #B9EE68. Grayscale: #2F2F2F. Windows color (decimal): -12185193 or 9900358. OLE color: 9900358.

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

Color convert

RGB 70 17 151 -
CMYK 0.54 0.89 0 0.41
HSL 263.73º 0.8% 0.33% -
HSV(B) 263.73º 0.89% 0.59% -
XYZ 8.31 3.94 29.6 -
YUV 48.12 186.06 143.6 -
System Red Green Blue C M Y K H S L
Decimal 70 17 151 0.54 0.89 0 0.41 263.73 0.8 0.33
Hex 46 11 97 36 59 0 29 108 50 21
Octal 106 21 227 66 131 0 51 410 120 41
Binary 1000110 10001 10010111 110110 1011001 0 101001 100001000 1010000 100001

Color Harmonies of #461197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461197

Black with #461197

Text Example


Text Example

White with #461197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461197; }

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

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

background-color css

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

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

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

border-color css

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

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

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