#430564

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

Shades of Indigo #430564

Tints of Indigo #430564

Color information

#430564 (or 0x430564) is unknown color: approx Indigo. HEX triplet: 43, 05 and 64. RGB value is (67,5,100). Sum of RGB (Red+Green+Blue) = 67+5+100=172 (22% of max value = 765). Red value is 67 (26.56% from 255 or 38.95% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 100 (39.45% from 255 or 58.14% from 172); Max value from RGB is 100 - color contains mainly: blue. Hex color #430564 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430564 is #BCFA9B. Grayscale: #222222. Windows color (decimal): -12384924 or 6554947. OLE color: 6554947.

HSL color Cylindrical-coordinate representation of color #430564: hue angle of 279.16º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #430564 is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB675100-
CMYK0.330.9500.61
HSL279.16º90.48%20.59%-
HSV(B)279.16º95%39.22%-
XYZ4.672.2212.24-
YUV34.37165.04151.28-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 38.95%
GREEN value IS 5 (2.34% from 255) = 2.91%
BLUE value IS 100 (39.45% from 255) = 58.14%
R=38.95%
G=2.91%
B=58.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6751000.330.9500.61279.1690.4820.59
Hex43564215F03D1175a15
Octal10351444113707542713225
Binary1000011101110010010000110111110111101100010111101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430564; }

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

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

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

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

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

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

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

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