Html Css Color HEX #461092 Indigo

📋 copy color: '#461092'

red 70 ◦ green 16 ◦ blue 146

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

Shades of Indigo #461092

Tints of Indigo #461092

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.9%

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

R = 30.17%
G = 6.9%
B = 62.93%

CMYK

 C value IS 0.52

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#461092 (or 0x461092) is known color: Indigo. HEX triplet: 46, 10 and 92. RGB value is (70,16,146). Sum of RGB (Red+Green+Blue) = 70+16+146=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 146 (57.42% from 255 or 62.93% from 232); Max value from RGB is 146 - color contains mainly: blue. Hex color #461092 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461092 is #B9EF6D. Grayscale: #2E2E2E. Windows color (decimal): -12185454 or 9572422. OLE color: 9572422.

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

Color convert

RGB 70 16 146 -
CMYK 0.52 0.89 0 0.43
HSL 264.92º 0.8% 0.32% -
HSV(B) 264.92º 0.89% 0.57% -
XYZ 7.9 3.75 27.5 -
YUV 46.97 183.89 144.43 -
System Red Green Blue C M Y K H S L
Decimal 70 16 146 0.52 0.89 0 0.43 264.92 0.8 0.32
Hex 46 10 92 34 59 0 2B 109 50 20
Octal 106 20 222 64 131 0 53 411 120 40
Binary 1000110 10000 10010010 110100 1011001 0 101011 100001001 1010000 100000

Color Harmonies of #461092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461092

Black with #461092

Text Example


Text Example

White with #461092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461092; }

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

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

background-color css

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

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

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

border-color css

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

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

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