#430293

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

Shades of Indigo #430293

Tints of Indigo #430293

Color information

#430293 (or 0x430293) is unknown color: approx Indigo. HEX triplet: 43, 02 and 93. RGB value is (67,2,147). Sum of RGB (Red+Green+Blue) = 67+2+147=216 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.02% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 147 (57.81% from 255 or 68.06% from 216); Max value from RGB is 147 - color contains mainly: blue. Hex color #430293 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430293 is #BCFD6C. Grayscale: #252525. Windows color (decimal): -12385645 or 9634371. OLE color: 9634371.

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

Color convert

RGB672147-
CMYK0.540.9900.42
HSL266.9º97.32%29.22%-
HSV(B)266.9º98.64%57.65%-
XYZ7.63.3427.85-
YUV37.96189.53148.71-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.02%
GREEN value IS 2 (1.17% from 255) = 0.93%
BLUE value IS 147 (57.81% from 255) = 68.06%
R=31.02%
G=0.93%
B=68.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6721470.540.9900.42266.997.3229.22
Hex43293366302A10b611d
Octal10322236614305241314135
Binary1000011101001001111011011000110101010100001011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430293; }

 p { color: rgb(67,2,147); }

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

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

 a { background-color: rgb(67,2,147); }

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

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

 span { border-color: rgb(67,2,147); }

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