#43055D

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

Shades of Indigo #43055D

Tints of Indigo #43055D

Color information

#43055D (or 0x43055D) is unknown color: approx Indigo. HEX triplet: 43, 05 and 5D. RGB value is (67,5,93). Sum of RGB (Red+Green+Blue) = 67+5+93=165 (21% of max value = 765). Red value is 67 (26.56% from 255 or 40.61% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 93 (36.72% from 255 or 56.36% from 165); Max value from RGB is 93 - color contains mainly: blue. Hex color #43055D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43055D is #BCFAA2. Grayscale: #212121. Windows color (decimal): -12384931 or 6096195. OLE color: 6096195.

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

Color convert

RGB67593-
CMYK0.280.9500.64
HSL282.27º89.8%19.22%-
HSV(B)282.27º94.62%36.47%-
XYZ4.342.0910.53-
YUV33.57161.54151.84-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 40.61%
GREEN value IS 5 (2.34% from 255) = 3.03%
BLUE value IS 93 (36.72% from 255) = 56.36%
R=40.61%
G=3.03%
B=56.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal675930.280.9500.64282.2789.819.22
Hex4355D1C5F04011a5a13
Octal103513534137010043213223
Binary1000011101101110111100101111101000000100011010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43055D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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