#430494

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

Shades of Indigo #430494

Tints of Indigo #430494

Color information

#430494 (or 0x430494) is unknown color: approx Indigo. HEX triplet: 43, 04 and 94. RGB value is (67,4,148). Sum of RGB (Red+Green+Blue) = 67+4+148=219 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.59% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 148 (58.20% from 255 or 67.58% from 219); Max value from RGB is 148 - color contains mainly: blue. Hex color #430494 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430494 is #BCFB6B. Grayscale: #262626. Windows color (decimal): -12385132 or 9700419. OLE color: 9700419.

HSL color Cylindrical-coordinate representation of color #430494: hue angle of 266.25º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #430494 is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB674148-
CMYK0.550.9700.42
HSL266.25º94.74%29.8%-
HSV(B)266.25º97.3%58.04%-
XYZ7.73.4228.27-
YUV39.25189.37147.79-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.59%
GREEN value IS 4 (1.95% from 255) = 1.83%
BLUE value IS 148 (58.20% from 255) = 67.58%
R=30.59%
G=1.83%
B=67.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6741480.550.9700.42266.2594.7429.8
Hex43494376102A10a5f1e
Octal10342246714105241213736
Binary10000111001001010011011111000010101010100001010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430494; }

 p { color: rgb(67,4,148); }

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

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

 a { background-color: rgb(67,4,148); }

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

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

 span { border-color: rgb(67,4,148); }

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