#430560

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

Shades of Indigo #430560

Tints of Indigo #430560

Color information

#430560 (or 0x430560) is unknown color: approx Indigo. HEX triplet: 43, 05 and 60. RGB value is (67,5,96). Sum of RGB (Red+Green+Blue) = 67+5+96=168 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.88% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 96 (37.89% from 255 or 57.14% from 168); Max value from RGB is 96 - color contains mainly: blue. Hex color #430560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430560 is #BCFA9F. Grayscale: #212121. Windows color (decimal): -12384928 or 6292803. OLE color: 6292803.

HSL color Cylindrical-coordinate representation of color #430560: hue angle of 280.88º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #430560 is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB67596-
CMYK0.300.9500.62
HSL280.88º90.1%19.8%-
HSV(B)280.88º94.79%37.65%-
XYZ4.482.1511.24-
YUV33.91163.04151.6-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 39.88%
GREEN value IS 5 (2.34% from 255) = 2.98%
BLUE value IS 96 (37.89% from 255) = 57.14%
R=39.88%
G=2.98%
B=57.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal675960.300.9500.62280.8890.119.8
Hex435601E5F03E1195a14
Octal10351403613707643113224
Binary100001110111000001111010111110111110100011001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430560; }

 p { color: rgb(67,5,96); }

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

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

 a { background-color: rgb(67,5,96); }

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

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

 span { border-color: rgb(67,5,96); }

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