Html Css Color HEX #461471 Indigo

📋 copy color: '#461471'

red 70 ◦ green 20 ◦ blue 113

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

Shades of Indigo #461471

Tints of Indigo #461471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 55.67%

R = 34.48%
G = 9.85%
B = 55.67%

CMYK

 C value IS 0.38

 M value IS 0.82

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#461471 (or 0x461471) is known color: Indigo. HEX triplet: 46, 14 and 71. RGB value is (70,20,113). Sum of RGB (Red+Green+Blue) = 70+20+113=203 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.48% from 203); Green value is 20 (8.20% from 255 or 9.85% from 203); Blue value is 113 (44.53% from 255 or 55.67% from 203); Max value from RGB is 113 - color contains mainly: blue. Hex color #461471 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461471 is #B9EB8E. Grayscale: #2D2D2D. Windows color (decimal): -12184463 or 7410758. OLE color: 7410758.

HSL color Cylindrical-coordinate representation of color #461471: hue angle of 272.26º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #461471 is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 20 113 -
CMYK 0.38 0.82 0 0.56
HSL 272.26º 0.7% 0.26% -
HSV(B) 272.26º 0.82% 0.44% -
XYZ 5.76 2.99 15.9 -
YUV 45.55 166.07 145.44 -
System Red Green Blue C M Y K H S L
Decimal 70 20 113 0.38 0.82 0 0.56 272.26 0.7 0.26
Hex 46 14 71 26 52 0 38 110 46 1A
Octal 106 24 161 46 122 0 70 420 106 32
Binary 1000110 10100 1110001 100110 1010010 0 111000 100010000 1000110 11010

Color Harmonies of #461471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461471

Black with #461471

Text Example


Text Example

White with #461471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461471; }

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

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

background-color css

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

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

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

border-color css

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

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

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