#461372

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

Shades of Indigo #461372

Tints of Indigo #461372

Color information

#461372 (or 0x461372) is unknown color: approx Indigo. HEX triplet: 46, 13 and 72. RGB value is (70,19,114). Sum of RGB (Red+Green+Blue) = 70+19+114=203 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.48% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 114 (44.92% from 255 or 56.16% from 203); Max value from RGB is 114 - color contains mainly: blue. Hex color #461372 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461372 is #B9EC8D. Grayscale: #2C2C2C. Windows color (decimal): -12184718 or 7476038. OLE color: 7476038.

HSL color Cylindrical-coordinate representation of color #461372: hue angle of 272.21º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #461372 is Cyan = 0.39, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7019114-
CMYK0.390.8300.55
HSL272.21º71.43%26.08%-
HSV(B)272.21º83.33%44.71%-
XYZ5.82.9816.19-
YUV45.08166.9145.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.48%
GREEN value IS 19 (7.81% from 255) = 9.36%
BLUE value IS 114 (44.92% from 255) = 56.16%
R=34.48%
G=9.36%
B=56.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal70191140.390.8300.55272.2171.4326.08
Hex4613722753037110471a
Octal106231624712306742010732
Binary100011010011111001010011110100110110111100010000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461372; }

 p { color: rgb(70,19,114); }

 H1.HeaderClassName
 {
   color: #461372;
 }
 .AnyTagClassName
 {
   color: #461372;
 }
</style>
background-color css

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

 a { background-color: rgb(70,19,114); }

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

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

 span { border-color: rgb(70,19,114); }

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