Html Css Color HEX #461479 Indigo

📋 copy color: '#461479'

red 70 ◦ green 20 ◦ blue 121

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

Shades of Indigo #461479

Tints of Indigo #461479

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.48%

 BLUE value IS 121 (47.66% from 255) = 57.35%

R = 33.18%
G = 9.48%
B = 57.35%

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

#461479 (or 0x461479) is known color: Indigo. HEX triplet: 46, 14 and 79. RGB value is (70,20,121). Sum of RGB (Red+Green+Blue) = 70+20+121=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 121 (47.66% from 255 or 57.35% from 211); Max value from RGB is 121 - color contains mainly: blue. Hex color #461479 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461479 is #B9EB86. Grayscale: #2E2E2E. Windows color (decimal): -12184455 or 7935046. OLE color: 7935046.

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

Color convert

RGB 70 20 121 -
CMYK 0.42 0.83 0 0.53
HSL 269.7º 0.72% 0.28% -
HSV(B) 269.7º 0.83% 0.47% -
XYZ 6.23 3.18 18.38 -
YUV 46.46 170.07 144.79 -
System Red Green Blue C M Y K H S L
Decimal 70 20 121 0.42 0.83 0 0.53 269.7 0.72 0.28
Hex 46 14 79 2A 53 0 35 10E 48 1C
Octal 106 24 171 52 123 0 65 416 110 34
Binary 1000110 10100 1111001 101010 1010011 0 110101 100001110 1001000 11100

Color Harmonies of #461479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461479

Black with #461479

Text Example


Text Example

White with #461479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461479; }

 p { color: rgb(70,20,121); }

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

background-color css

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

 a { background-color: rgb(70,20,121); }

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

border-color css

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

 span { border-color: rgb(70,20,121); }

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