#430971

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

Shades of Indigo #430971

Tints of Indigo #430971

Color information

#430971 (or 0x430971) is unknown color: approx Indigo. HEX triplet: 43, 09 and 71. RGB value is (67,9,113). Sum of RGB (Red+Green+Blue) = 67+9+113=189 (25% of max value = 765). Red value is 67 (26.56% from 255 or 35.45% from 189); Green value is 9 (3.91% from 255 or 4.76% from 189); Blue value is 113 (44.53% from 255 or 59.79% from 189); Max value from RGB is 113 - color contains mainly: blue. Hex color #430971 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430971 is #BCF68E. Grayscale: #252525. Windows color (decimal): -12383887 or 7407939. OLE color: 7407939.

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

Color convert

RGB679113-
CMYK0.410.9200.56
HSL273.46º85.25%23.92%-
HSV(B)273.46º92.04%44.31%-
XYZ5.392.5815.84-
YUV38.2170.22148.54-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 35.45%
GREEN value IS 9 (3.91% from 255) = 4.76%
BLUE value IS 113 (44.53% from 255) = 59.79%
R=35.45%
G=4.76%
B=59.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6791130.410.9200.56273.4685.2523.92
Hex43971295C0381115518
Octal103111615113407042112530
Binary10000111001111000110100110111000111000100010001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430971; }

 p { color: rgb(67,9,113); }

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

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

 a { background-color: rgb(67,9,113); }

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

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

 span { border-color: rgb(67,9,113); }

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