#431170

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

Shades of Indigo #431170

Tints of Indigo #431170

Color information

#431170 (or 0x431170) is unknown color: approx Indigo. HEX triplet: 43, 11 and 70. RGB value is (67,17,112). Sum of RGB (Red+Green+Blue) = 67+17+112=196 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.18% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 112 (44.14% from 255 or 57.14% from 196); Max value from RGB is 112 - color contains mainly: blue. Hex color #431170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431170 is #BCEE8F. Grayscale: #2A2A2A. Windows color (decimal): -12381840 or 7344451. OLE color: 7344451.

HSL color Cylindrical-coordinate representation of color #431170: hue angle of 271.58º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #431170 is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6717112-
CMYK0.400.8500.56
HSL271.58º73.64%25.29%-
HSV(B)271.58º84.82%43.92%-
XYZ5.442.7615.58-
YUV42.78167.06145.28-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.18%
GREEN value IS 17 (7.03% from 255) = 8.67%
BLUE value IS 112 (44.14% from 255) = 57.14%
R=34.18%
G=8.67%
B=57.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal67171120.400.8500.56271.5873.6425.29
Hex43117028550381104a19
Octal103211605012507042011231
Binary100001110001111000010100010101010111000100010000100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431170; }

 p { color: rgb(67,17,112); }

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

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

 a { background-color: rgb(67,17,112); }

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

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

 span { border-color: rgb(67,17,112); }

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