#461471

Color #461471 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #461471

Tints of Indigo #461471

Color information

#461471 (or 0x461471) is unknown color: approx 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

RGB7020113-
CMYK0.380.8200.56
HSL272.26º69.92%26.08%-
HSV(B)272.26º82.3%44.31%-
XYZ5.762.9915.9-
YUV45.55166.06145.44-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.48%
GREEN value IS 20 (8.20% 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 (Cyan) values IS 0.38
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70201130.380.8200.56272.2669.9226.08
Hex4614712652038110461a
Octal106241614612207042010632
Binary100011010100111000110011010100100111000100010000100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>