Html Css Color HEX #461192 Indigo

📋 copy color: '#461192'

red 70 ◦ green 17 ◦ blue 146

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

Shades of Indigo #461192

Tints of Indigo #461192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 62.66%

R = 30.04%
G = 7.3%
B = 62.66%

CMYK

 C value IS 0.52

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#461192 (or 0x461192) is known color: Indigo. HEX triplet: 46, 11 and 92. RGB value is (70,17,146). Sum of RGB (Red+Green+Blue) = 70+17+146=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 146 (57.42% from 255 or 62.66% from 233); Max value from RGB is 146 - color contains mainly: blue. Hex color #461192 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461192 is #B9EE6D. Grayscale: #2F2F2F. Windows color (decimal): -12185198 or 9572678. OLE color: 9572678.

HSL color Cylindrical-coordinate representation of color #461192: hue angle of 264.65º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #461192 is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 17 146 -
CMYK 0.52 0.88 0 0.43
HSL 264.65º 0.79% 0.32% -
HSV(B) 264.65º 0.88% 0.57% -
XYZ 7.91 3.78 27.51 -
YUV 47.55 183.56 144.01 -
System Red Green Blue C M Y K H S L
Decimal 70 17 146 0.52 0.88 0 0.43 264.65 0.79 0.32
Hex 46 11 92 34 58 0 2B 109 4F 20
Octal 106 21 222 64 130 0 53 411 117 40
Binary 1000110 10001 10010010 110100 1011000 0 101011 100001001 1001111 100000

Color Harmonies of #461192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461192

Black with #461192

Text Example


Text Example

White with #461192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461192; }

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

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

background-color css

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

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

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

border-color css

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

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

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