#430076

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

Shades of Indigo #430076

Tints of Indigo #430076

Color information

#430076 (or 0x430076) is unknown color: approx Indigo. HEX triplet: 43, 00 and 76. RGB value is (67,0,118). Sum of RGB (Red+Green+Blue) = 67+0+118=185 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.22% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 118 (46.48% from 255 or 63.78% from 185); Max value from RGB is 118 - color contains mainly: blue. Hex color #430076 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430076 is #BCFF89. Grayscale: #212121. Windows color (decimal): -12386186 or 7733315. OLE color: 7733315.

HSL color Cylindrical-coordinate representation of color #430076: hue angle of 274.07º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #430076 is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB670118-
CMYK0.43100.54
HSL274.07º100%23.14%-
HSV(B)274.07º100%46.27%-
XYZ5.582.517.33-
YUV33.48175.7151.91-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 36.22%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 118 (46.48% from 255) = 63.78%
R=36.22%
G=0%
B=63.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6701180.43100.54274.0710023.14
Hex430762B640361126417
Octal10301665314406642214427
Binary10000110111011010101111001000110110100010010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430076; }

 p { color: rgb(67,0,118); }

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

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

 a { background-color: rgb(67,0,118); }

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

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

 span { border-color: rgb(67,0,118); }

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