Html Css Color HEX #461578 Indigo

📋 copy color: '#461578'

red 70 ◦ green 21 ◦ blue 120

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

Shades of Indigo #461578

Tints of Indigo #461578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 56.87%

R = 33.18%
G = 9.95%
B = 56.87%

CMYK

 C value IS 0.42

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#461578 (or 0x461578) is known color: Indigo. HEX triplet: 46, 15 and 78. RGB value is (70,21,120). Sum of RGB (Red+Green+Blue) = 70+21+120=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 120 (47.27% from 255 or 56.87% from 211); Max value from RGB is 120 - color contains mainly: blue. Hex color #461578 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461578 is #B9EA87. Grayscale: #2E2E2E. Windows color (decimal): -12184200 or 7869766. OLE color: 7869766.

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

Color convert

RGB 70 21 120 -
CMYK 0.42 0.83 0 0.53
HSL 269.7º 0.7% 0.28% -
HSV(B) 269.7º 0.83% 0.47% -
XYZ 6.18 3.19 18.06 -
YUV 46.94 169.23 144.45 -
System Red Green Blue C M Y K H S L
Decimal 70 21 120 0.42 0.83 0 0.53 269.7 0.7 0.28
Hex 46 15 78 2A 53 0 35 10E 46 1C
Octal 106 25 170 52 123 0 65 416 106 34
Binary 1000110 10101 1111000 101010 1010011 0 110101 100001110 1000110 11100

Color Harmonies of #461578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461578

Black with #461578

Text Example


Text Example

White with #461578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461578; }

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

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

background-color css

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

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

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

border-color css

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

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

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