#431070

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

Shades of Indigo #431070

Tints of Indigo #431070

Color information

#431070 (or 0x431070) is unknown color: approx Indigo. HEX triplet: 43, 10 and 70. RGB value is (67,16,112). Sum of RGB (Red+Green+Blue) = 67+16+112=195 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.36% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 112 (44.14% from 255 or 57.44% from 195); Max value from RGB is 112 - color contains mainly: blue. Hex color #431070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431070 is #BCEF8F. Grayscale: #292929. Windows color (decimal): -12382096 or 7344195. OLE color: 7344195.

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

Color convert

RGB6716112-
CMYK0.400.8600.56
HSL271.88º75%25.1%-
HSV(B)271.88º85.71%43.92%-
XYZ5.422.7315.57-
YUV42.19167.4145.69-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.36%
GREEN value IS 16 (6.64% from 255) = 8.21%
BLUE value IS 112 (44.14% from 255) = 57.44%
R=34.36%
G=8.21%
B=57.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal67161120.400.8600.56271.887525.1
Hex43107028560381104b19
Octal103201605012607042011331
Binary100001110000111000010100010101100111000100010000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431070; }

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

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

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

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

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

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

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

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