Html Css Color HEX #461399 Indigo

📋 copy color: '#461399'

red 70 ◦ green 19 ◦ blue 153

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

Shades of Indigo #461399

Tints of Indigo #461399

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.85%

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

R = 28.93%
G = 7.85%
B = 63.22%

CMYK

 C value IS 0.54

 M value IS 0.88

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#461399 (or 0x461399) is known color: Indigo. HEX triplet: 46, 13 and 99. RGB value is (70,19,153). Sum of RGB (Red+Green+Blue) = 70+19+153=242 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.93% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 153 (60.16% from 255 or 63.22% from 242); Max value from RGB is 153 - color contains mainly: blue. Hex color #461399 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461399 is #B9EC66. Grayscale: #313131. Windows color (decimal): -12184679 or 10031942. OLE color: 10031942.

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

Color convert

RGB 70 19 153 -
CMYK 0.54 0.88 0 0.4
HSL 262.84º 0.78% 0.34% -
HSV(B) 262.84º 0.88% 0.6% -
XYZ 8.51 4.07 30.47 -
YUV 49.53 186.4 142.6 -
System Red Green Blue C M Y K H S L
Decimal 70 19 153 0.54 0.88 0 0.4 262.84 0.78 0.34
Hex 46 13 99 36 58 0 28 107 4E 22
Octal 106 23 231 66 130 0 50 407 116 42
Binary 1000110 10011 10011001 110110 1011000 0 101000 100000111 1001110 100010

Color Harmonies of #461399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461399

Black with #461399

Text Example


Text Example

White with #461399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461399; }

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

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

background-color css

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

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

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

border-color css

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

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

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