#430960

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

Shades of Indigo #430960

Tints of Indigo #430960

Color information

#430960 (or 0x430960) is unknown color: approx Indigo. HEX triplet: 43, 09 and 60. RGB value is (67,9,96). Sum of RGB (Red+Green+Blue) = 67+9+96=172 (22% of max value = 765). Red value is 67 (26.56% from 255 or 38.95% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 96 (37.89% from 255 or 55.81% from 172); Max value from RGB is 96 - color contains mainly: blue. Hex color #430960 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430960 is #BCF69F. Grayscale: #232323. Windows color (decimal): -12383904 or 6293827. OLE color: 6293827.

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

Color convert

RGB67996-
CMYK0.300.9100.62
HSL280º82.86%20.59%-
HSV(B)280º90.62%37.65%-
XYZ4.522.2311.26-
YUV36.26161.72149.93-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 38.95%
GREEN value IS 9 (3.91% from 255) = 5.23%
BLUE value IS 96 (37.89% from 255) = 55.81%
R=38.95%
G=5.23%
B=55.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal679960.300.9100.6228082.8620.59
Hex439601E5B03E1185315
Octal103111403613307643012325
Binary1000011100111000001111010110110111110100011000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430960; }

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

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

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

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

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

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

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

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