#43076F

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

Shades of Indigo #43076F

Tints of Indigo #43076F

Color information

#43076F (or 0x43076F) is unknown color: approx Indigo. HEX triplet: 43, 07 and 6F. RGB value is (67,7,111). Sum of RGB (Red+Green+Blue) = 67+7+111=185 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.22% from 185); Green value is 7 (3.12% from 255 or 3.78% from 185); Blue value is 111 (43.75% from 255 or 60% from 185); Max value from RGB is 111 - color contains mainly: blue. Hex color #43076F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43076F is #BCF890. Grayscale: #242424. Windows color (decimal): -12384401 or 7276355. OLE color: 7276355.

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

Color convert

RGB677111-
CMYK0.400.9400.56
HSL274.62º88.14%23.14%-
HSV(B)274.62º93.69%43.53%-
XYZ5.262.4915.24-
YUV36.8169.88149.54-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 36.22%
GREEN value IS 7 (3.12% from 255) = 3.78%
BLUE value IS 111 (43.75% from 255) = 60%
R=36.22%
G=3.78%
B=60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6771110.400.9400.56274.6288.1423.14
Hex4376F285E0381135817
Octal10371575013607042313027
Binary1000011111110111110100010111100111000100010011101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43076F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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