#43055E

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

Shades of Indigo #43055E

Tints of Indigo #43055E

Color information

#43055E (or 0x43055E) is unknown color: approx Indigo. HEX triplet: 43, 05 and 5E. RGB value is (67,5,94). Sum of RGB (Red+Green+Blue) = 67+5+94=166 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.36% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 94 (37.11% from 255 or 56.63% from 166); Max value from RGB is 94 - color contains mainly: blue. Hex color #43055E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43055E is #BCFAA1. Grayscale: #212121. Windows color (decimal): -12384930 or 6161731. OLE color: 6161731.

HSL color Cylindrical-coordinate representation of color #43055E: hue angle of 281.8º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #43055E is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB67594-
CMYK0.290.9500.63
HSL281.8º89.9%19.41%-
HSV(B)281.8º94.68%36.86%-
XYZ4.392.1110.77-
YUV33.68162.04151.76-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 40.36%
GREEN value IS 5 (2.34% from 255) = 3.01%
BLUE value IS 94 (37.11% from 255) = 56.63%
R=40.36%
G=3.01%
B=56.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal675940.290.9500.63281.889.919.41
Hex4355E1D5F03F11a5a13
Octal10351363513707743213223
Binary100001110110111101110110111110111111100011010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43055E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43055E; }

 p { color: rgb(67,5,94); }

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

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

 a { background-color: rgb(67,5,94); }

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

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

 span { border-color: rgb(67,5,94); }

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