#431072

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

Shades of Indigo #431072

Tints of Indigo #431072

Color information

#431072 (or 0x431072) is unknown color: approx Indigo. HEX triplet: 43, 10 and 72. RGB value is (67,16,114). Sum of RGB (Red+Green+Blue) = 67+16+114=197 (26% of max value = 765). Red value is 67 (26.56% from 255 or 34.01% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 114 (44.92% from 255 or 57.87% from 197); Max value from RGB is 114 - color contains mainly: blue. Hex color #431072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431072 is #BCEF8D. Grayscale: #2A2A2A. Windows color (decimal): -12382094 or 7475267. OLE color: 7475267.

HSL color Cylindrical-coordinate representation of color #431072: hue angle of 271.22º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #431072 is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6716114-
CMYK0.410.8600.55
HSL271.22º75.38%25.49%-
HSV(B)271.22º85.96%44.71%-
XYZ5.542.7816.16-
YUV42.42168.4145.53-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.01%
GREEN value IS 16 (6.64% from 255) = 8.12%
BLUE value IS 114 (44.92% from 255) = 57.87%
R=34.01%
G=8.12%
B=57.87%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal67161140.410.8600.55271.2275.3825.49
Hex431072295603710f4b19
Octal103201625112606741711331
Binary100001110000111001010100110101100110111100001111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431072; }

 p { color: rgb(67,16,114); }

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

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

 a { background-color: rgb(67,16,114); }

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

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

 span { border-color: rgb(67,16,114); }

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