#431073

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

Shades of Indigo #431073

Tints of Indigo #431073

Color information

#431073 (or 0x431073) is unknown color: approx Indigo. HEX triplet: 43, 10 and 73. RGB value is (67,16,115). Sum of RGB (Red+Green+Blue) = 67+16+115=198 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.84% from 198); Green value is 16 (6.64% from 255 or 8.08% from 198); Blue value is 115 (45.31% from 255 or 58.08% from 198); Max value from RGB is 115 - color contains mainly: blue. Hex color #431073 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431073 is #BCEF8C. Grayscale: #2A2A2A. Windows color (decimal): -12382093 or 7540803. OLE color: 7540803.

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

Color convert

RGB6716115-
CMYK0.420.8600.55
HSL270.91º75.57%25.69%-
HSV(B)270.91º86.09%45.1%-
XYZ5.592.816.47-
YUV42.54168.9145.45-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 33.84%
GREEN value IS 16 (6.64% from 255) = 8.08%
BLUE value IS 115 (45.31% from 255) = 58.08%
R=33.84%
G=8.08%
B=58.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal67161150.420.8600.55270.9175.5725.69
Hex4310732A5603710f4c1a
Octal103201635212606741711432
Binary100001110000111001110101010101100110111100001111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431073; }

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

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

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

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

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

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

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

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