#430059

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

Shades of Indigo #430059

Tints of Indigo #430059

Color information

#430059 (or 0x430059) is unknown color: approx Indigo. HEX triplet: 43, 00 and 59. RGB value is (67,0,89). Sum of RGB (Red+Green+Blue) = 67+0+89=156 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.95% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 89 (35.16% from 255 or 57.05% from 156); Max value from RGB is 89 - color contains mainly: blue. Hex color #430059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430059 is #BCFFA6. Grayscale: #1D1D1D. Windows color (decimal): -12386215 or 5832771. OLE color: 5832771.

HSL color Cylindrical-coordinate representation of color #430059: hue angle of 285.17º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #430059 is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB67089-
CMYK0.25100.65
HSL285.17º100%17.45%-
HSV(B)285.17º100%34.9%-
XYZ4.121.919.6-
YUV30.18161.2154.26-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 42.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 89 (35.16% from 255) = 57.05%
R=42.95%
G=0%
B=57.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal670890.25100.65285.1710017.45
Hex43059196404111d6411
Octal103013131144010143514421
Binary10000110101100111001110010001000001100011101110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430059; }

 p { color: rgb(67,0,89); }

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

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

 a { background-color: rgb(67,0,89); }

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

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

 span { border-color: rgb(67,0,89); }

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