#43077b

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

Shades of Indigo #43077B

Tints of Indigo #43077B

Color information

#43077B (or 0x43077B) is unknown color: approx Indigo. HEX triplet: 43, 07 and 7B. RGB value is (67,7,123). Sum of RGB (Red+Green+Blue) = 67+7+123=197 (26% of max value = 765). Red value is 67 (26.56% from 255 or 34.01% from 197); Green value is 7 (3.12% from 255 or 3.55% from 197); Blue value is 123 (48.44% from 255 or 62.44% from 197); Max value from RGB is 123 - color contains mainly: blue. Hex color #43077B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43077B is #BCF884. Grayscale: #252525. Windows color (decimal): -12384389 or 8062787. OLE color: 8062787.

HSL color Cylindrical-coordinate representation of color #43077B: hue angle of 271.03º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #43077B is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB677123-
CMYK0.460.9400.52
HSL271.03º89.23%25.49%-
HSV(B)271.03º94.31%48.24%-
XYZ5.972.7818.96-
YUV38.16175.88148.57-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.01%
GREEN value IS 7 (3.12% from 255) = 3.55%
BLUE value IS 123 (48.44% from 255) = 62.44%
R=34.01%
G=3.55%
B=62.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6771230.460.9400.52271.0389.2325.49
Hex4377B2E5E03410f5919
Octal10371735613606441713131
Binary1000011111111101110111010111100110100100001111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43077b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43077b; }

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

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

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

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

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

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

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

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