#430578

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

Shades of Indigo #430578

Tints of Indigo #430578

Color information

#430578 (or 0x430578) is unknown color: approx Indigo. HEX triplet: 43, 05 and 78. RGB value is (67,5,120). Sum of RGB (Red+Green+Blue) = 67+5+120=192 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.90% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 120 (47.27% from 255 or 62.5% from 192); Max value from RGB is 120 - color contains mainly: blue. Hex color #430578 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430578 is #BCFA87. Grayscale: #242424. Windows color (decimal): -12384904 or 7865667. OLE color: 7865667.

HSL color Cylindrical-coordinate representation of color #430578: hue angle of 272.35º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #430578 is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB675120-
CMYK0.440.9600.53
HSL272.35º92%24.51%-
HSV(B)272.35º95.83%47.06%-
XYZ5.762.6617.98-
YUV36.65175.04149.65-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.90%
GREEN value IS 5 (2.34% from 255) = 2.60%
BLUE value IS 120 (47.27% from 255) = 62.5%
R=34.90%
G=2.60%
B=62.5%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6751200.440.9600.53272.359224.51
Hex435782C600351105c19
Octal10351705414006542013431
Binary1000011101111100010110011000000110101100010000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430578; }

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

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

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

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

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

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

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

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