#430760

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

Shades of Indigo #430760

Tints of Indigo #430760

Color information

#430760 (or 0x430760) is unknown color: approx Indigo. HEX triplet: 43, 07 and 60. RGB value is (67,7,96). Sum of RGB (Red+Green+Blue) = 67+7+96=170 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.41% from 170); Green value is 7 (3.12% from 255 or 4.12% from 170); Blue value is 96 (37.89% from 255 or 56.47% from 170); Max value from RGB is 96 - color contains mainly: blue. Hex color #430760 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430760 is #BCF89F. Grayscale: #222222. Windows color (decimal): -12384416 or 6293315. OLE color: 6293315.

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

Color convert

RGB67796-
CMYK0.300.9300.62
HSL280.45º86.41%20.2%-
HSV(B)280.45º92.71%37.65%-
XYZ4.52.1911.25-
YUV35.09162.38150.76-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 39.41%
GREEN value IS 7 (3.12% from 255) = 4.12%
BLUE value IS 96 (37.89% from 255) = 56.47%
R=39.41%
G=4.12%
B=56.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal677960.300.9300.62280.4586.4120.2
Hex437601E5D03E1185614
Octal10371403613507643012624
Binary100001111111000001111010111010111110100011000101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430760; }

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

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

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

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

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

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

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

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