#43067B

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

Shades of Indigo #43067B

Tints of Indigo #43067B

Color information

#43067B (or 0x43067B) is unknown color: approx Indigo. HEX triplet: 43, 06 and 7B. RGB value is (67,6,123). Sum of RGB (Red+Green+Blue) = 67+6+123=196 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.18% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 123 (48.44% from 255 or 62.76% from 196); Max value from RGB is 123 - color contains mainly: blue. Hex color #43067B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43067B is #BCF984. Grayscale: #252525. Windows color (decimal): -12384645 or 8062531. OLE color: 8062531.

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

Color convert

RGB676123-
CMYK0.460.9500.52
HSL271.28º90.7%25.29%-
HSV(B)271.28º95.12%48.24%-
XYZ5.962.7518.96-
YUV37.58176.21148.99-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 34.18%
GREEN value IS 6 (2.73% from 255) = 3.06%
BLUE value IS 123 (48.44% from 255) = 62.76%
R=34.18%
G=3.06%
B=62.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6761230.460.9500.52271.2890.725.29
Hex4367B2E5F03410f5b19
Octal10361735613706441713331
Binary1000011110111101110111010111110110100100001111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43067B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43067B; }

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

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

<style>
 a { background-color: #43067B; }

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

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

<style>
 span { border-color: #43067B; }

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

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