#430A97

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

Shades of Indigo #430A97

Tints of Indigo #430A97

Color information

#430A97 (or 0x430A97) is unknown color: approx Indigo. HEX triplet: 43, 0A and 97. RGB value is (67,10,151). Sum of RGB (Red+Green+Blue) = 67+10+151=228 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.39% from 228); Green value is 10 (4.30% from 255 or 4.39% from 228); Blue value is 151 (59.38% from 255 or 66.23% from 228); Max value from RGB is 151 - color contains mainly: blue. Hex color #430A97 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430A97 is #BCF568. Grayscale: #2A2A2A. Windows color (decimal): -12383593 or 9898563. OLE color: 9898563.

HSL color Cylindrical-coordinate representation of color #430A97: hue angle of 264.26º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #430A97 is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6710151-
CMYK0.560.9300.41
HSL264.26º87.58%31.57%-
HSV(B)264.26º93.38%59.22%-
XYZ8.013.6429.56-
YUV43.12188.88145.04-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.39%
GREEN value IS 10 (4.30% from 255) = 4.39%
BLUE value IS 151 (59.38% from 255) = 66.23%
R=29.39%
G=4.39%
B=66.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal67101510.560.9300.41264.2687.5831.57
Hex43A97385D0291085820
Octal103122277013505141013040
Binary1000011101010010111111000101110101010011000010001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,10,151); }

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

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

 a { background-color: rgb(67,10,151); }

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

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

 span { border-color: rgb(67,10,151); }

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