Html Css Color HEX #461577 Indigo

📋 copy color: '#461577'

red 70 ◦ green 21 ◦ blue 119

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

Shades of Indigo #461577

Tints of Indigo #461577

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10%

 BLUE value IS 119 (46.88% from 255) = 56.67%

R = 33.33%
G = 10%
B = 56.67%

CMYK

 C value IS 0.41

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#461577 (or 0x461577) is known color: Indigo. HEX triplet: 46, 15 and 77. RGB value is (70,21,119). Sum of RGB (Red+Green+Blue) = 70+21+119=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 119 (46.88% from 255 or 56.67% from 210); Max value from RGB is 119 - color contains mainly: blue. Hex color #461577 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461577 is #B9EA88. Grayscale: #2E2E2E. Windows color (decimal): -12184201 or 7804230. OLE color: 7804230.

HSL color Cylindrical-coordinate representation of color #461577: hue angle of 270º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #461577 is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 21 119 -
CMYK 0.41 0.82 0 0.53
HSL 270º 0.7% 0.27% -
HSV(B) 270º 0.82% 0.47% -
XYZ 6.12 3.17 17.74 -
YUV 46.82 168.73 144.53 -
System Red Green Blue C M Y K H S L
Decimal 70 21 119 0.41 0.82 0 0.53 270 0.7 0.27
Hex 46 15 77 29 52 0 35 10E 46 1B
Octal 106 25 167 51 122 0 65 416 106 33
Binary 1000110 10101 1110111 101001 1010010 0 110101 100001110 1000110 11011

Color Harmonies of #461577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461577

Black with #461577

Text Example


Text Example

White with #461577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461577; }

 p { color: rgb(70,21,119); }

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

background-color css

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

 a { background-color: rgb(70,21,119); }

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

border-color css

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

 span { border-color: rgb(70,21,119); }

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