#43046F

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

Shades of Indigo #43046F

Tints of Indigo #43046F

Color information

#43046F (or 0x43046F) is unknown color: approx Indigo. HEX triplet: 43, 04 and 6F. RGB value is (67,4,111). Sum of RGB (Red+Green+Blue) = 67+4+111=182 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.81% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 111 (43.75% from 255 or 60.99% from 182); Max value from RGB is 111 - color contains mainly: blue. Hex color #43046F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43046F is #BCFB90. Grayscale: #222222. Windows color (decimal): -12385169 or 7275587. OLE color: 7275587.

HSL color Cylindrical-coordinate representation of color #43046F: hue angle of 275.33º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #43046F is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB674111-
CMYK0.400.9600.56
HSL275.33º93.04%22.55%-
HSV(B)275.33º96.4%43.53%-
XYZ5.232.4315.23-
YUV35.03170.87150.8-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 36.81%
GREEN value IS 4 (1.95% from 255) = 2.20%
BLUE value IS 111 (43.75% from 255) = 60.99%
R=36.81%
G=2.20%
B=60.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6741110.400.9600.56275.3393.0422.55
Hex4346F28600381135d17
Octal10341575014007042313527
Binary1000011100110111110100011000000111000100010011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43046F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43046F; }

 p { color: rgb(67,4,111); }

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

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

 a { background-color: rgb(67,4,111); }

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

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

 span { border-color: rgb(67,4,111); }

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