#430160

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

Shades of Indigo #430160

Tints of Indigo #430160

Color information

#430160 (or 0x430160) is unknown color: approx Indigo. HEX triplet: 43, 01 and 60. RGB value is (67,1,96). Sum of RGB (Red+Green+Blue) = 67+1+96=164 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.85% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 96 (37.89% from 255 or 58.54% from 164); Max value from RGB is 96 - color contains mainly: blue. Hex color #430160 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430160 is #BCFE9F. Grayscale: #1F1F1F. Windows color (decimal): -12385952 or 6291779. OLE color: 6291779.

HSL color Cylindrical-coordinate representation of color #430160: hue angle of 281.68º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #430160 is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB67196-
CMYK0.300.9900.62
HSL281.68º97.94%19.02%-
HSV(B)281.68º98.96%37.65%-
XYZ4.442.0611.23-
YUV31.56164.37153.28-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 40.85%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 96 (37.89% from 255) = 58.54%
R=40.85%
G=0.61%
B=58.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal671960.300.9900.62281.6897.9419.02
Hex431601E6303E11a6213
Octal10311403614307643214223
Binary1000011111000001111011000110111110100011010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430160; }

 p { color: rgb(67,1,96); }

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

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

 a { background-color: rgb(67,1,96); }

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

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

 span { border-color: rgb(67,1,96); }

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