#430D80

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

Shades of Indigo #430D80

Tints of Indigo #430D80

Color information

#430D80 (or 0x430D80) is unknown color: approx Indigo. HEX triplet: 43, 0D and 80. RGB value is (67,13,128). Sum of RGB (Red+Green+Blue) = 67+13+128=208 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.21% from 208); Green value is 13 (5.47% from 255 or 6.25% from 208); Blue value is 128 (50.39% from 255 or 61.54% from 208); Max value from RGB is 128 - color contains mainly: blue. Hex color #430D80 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430D80 is #BCF27F. Grayscale: #292929. Windows color (decimal): -12382848 or 8392003. OLE color: 8392003.

HSL color Cylindrical-coordinate representation of color #430D80: hue angle of 268.17º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #430D80 is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6713128-
CMYK0.480.9000.50
HSL268.17º81.56%27.65%-
HSV(B)268.17º89.84%50.2%-
XYZ6.353.0420.67-
YUV42.26176.39145.65-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.21%
GREEN value IS 13 (5.47% from 255) = 6.25%
BLUE value IS 128 (50.39% from 255) = 61.54%
R=32.21%
G=6.25%
B=61.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal67131280.480.9000.50268.1781.5627.65
Hex43D80305A03210c521c
Octal103152006013206241412234
Binary100001111011000000011000010110100110010100001100101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430D80; }

 p { color: rgb(67,13,128); }

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

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

 a { background-color: rgb(67,13,128); }

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

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

 span { border-color: rgb(67,13,128); }

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