Html Css Color HEX #461199 Indigo

📋 copy color: '#461199'

red 70 ◦ green 17 ◦ blue 153

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

Shades of Indigo #461199

Tints of Indigo #461199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 63.75%

R = 29.17%
G = 7.08%
B = 63.75%

CMYK

 C value IS 0.54

 M value IS 0.89

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#461199 (or 0x461199) is known color: Indigo. HEX triplet: 46, 11 and 99. RGB value is (70,17,153). Sum of RGB (Red+Green+Blue) = 70+17+153=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 153 (60.16% from 255 or 63.75% from 240); Max value from RGB is 153 - color contains mainly: blue. Hex color #461199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461199 is #B9EE66. Grayscale: #2F2F2F. Windows color (decimal): -12185191 or 10031430. OLE color: 10031430.

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

Color convert

RGB 70 17 153 -
CMYK 0.54 0.89 0 0.4
HSL 263.38º 0.8% 0.33% -
HSV(B) 263.38º 0.89% 0.6% -
XYZ 8.48 4 30.46 -
YUV 48.35 187.06 143.44 -
System Red Green Blue C M Y K H S L
Decimal 70 17 153 0.54 0.89 0 0.4 263.38 0.8 0.33
Hex 46 11 99 36 59 0 28 107 50 21
Octal 106 21 231 66 131 0 50 407 120 41
Binary 1000110 10001 10011001 110110 1011001 0 101000 100000111 1010000 100001

Color Harmonies of #461199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461199

Black with #461199

Text Example


Text Example

White with #461199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461199; }

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

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

background-color css

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

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

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

border-color css

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

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

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