#430575

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

Shades of Indigo #430575

Tints of Indigo #430575

Color information

#430575 (or 0x430575) is unknown color: approx Indigo. HEX triplet: 43, 05 and 75. RGB value is (67,5,117). Sum of RGB (Red+Green+Blue) = 67+5+117=189 (25% of max value = 765). Red value is 67 (26.56% from 255 or 35.45% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 117 (46.09% from 255 or 61.90% from 189); Max value from RGB is 117 - color contains mainly: blue. Hex color #430575 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430575 is #BCFA8A. Grayscale: #232323. Windows color (decimal): -12384907 or 7669059. OLE color: 7669059.

HSL color Cylindrical-coordinate representation of color #430575: hue angle of 273.21º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #430575 is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB675117-
CMYK0.430.9600.54
HSL273.21º91.8%23.92%-
HSV(B)273.21º95.73%45.88%-
XYZ5.582.5917.03-
YUV36.31173.54149.89-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 35.45%
GREEN value IS 5 (2.34% from 255) = 2.65%
BLUE value IS 117 (46.09% from 255) = 61.90%
R=35.45%
G=2.65%
B=61.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6751170.430.9600.54273.2191.823.92
Hex435752B600361115c18
Octal10351655314006642113430
Binary1000011101111010110101111000000110110100010001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430575; }

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

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

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

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

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

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

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

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