Html Css Color HEX #461091 Indigo

📋 copy color: '#461091'

red 70 ◦ green 16 ◦ blue 145

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

Shades of Indigo #461091

Tints of Indigo #461091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 62.77%

R = 30.3%
G = 6.93%
B = 62.77%

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

#461091 (or 0x461091) is known color: Indigo. HEX triplet: 46, 10 and 91. RGB value is (70,16,145). Sum of RGB (Red+Green+Blue) = 70+16+145=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 145 (57.03% from 255 or 62.77% from 231); Max value from RGB is 145 - color contains mainly: blue. Hex color #461091 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461091 is #B9EF6E. Grayscale: #2E2E2E. Windows color (decimal): -12185455 or 9506886. OLE color: 9506886.

HSL color Cylindrical-coordinate representation of color #461091: hue angle of 265.12º 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 #461091 is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 16 145 -
CMYK 0.52 0.89 0 0.43
HSL 265.12º 0.8% 0.32% -
HSV(B) 265.12º 0.89% 0.57% -
XYZ 7.82 3.72 27.09 -
YUV 46.85 183.39 144.51 -
System Red Green Blue C M Y K H S L
Decimal 70 16 145 0.52 0.89 0 0.43 265.12 0.8 0.32
Hex 46 10 91 34 59 0 2B 109 50 20
Octal 106 20 221 64 131 0 53 411 120 40
Binary 1000110 10000 10010001 110100 1011001 0 101011 100001001 1010000 100000

Color Harmonies of #461091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461091

Black with #461091

Text Example


Text Example

White with #461091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461091; }

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

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

background-color css

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

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

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

border-color css

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

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

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