#43049E

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

Shades of Indigo #43049E

Tints of Indigo #43049E

Color information

#43049E (or 0x43049E) is unknown color: approx Indigo. HEX triplet: 43, 04 and 9E. RGB value is (67,4,158). Sum of RGB (Red+Green+Blue) = 67+4+158=229 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.26% from 229); Green value is 4 (1.95% from 255 or 1.75% from 229); Blue value is 158 (62.11% from 255 or 69.00% from 229); Max value from RGB is 158 - color contains mainly: blue. Hex color #43049E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43049E is #BCFB61. Grayscale: #272727. Windows color (decimal): -12385122 or 10355779. OLE color: 10355779.

HSL color Cylindrical-coordinate representation of color #43049E: hue angle of 264.55º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #43049E is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB674158-
CMYK0.580.9700.38
HSL264.55º95.06%31.76%-
HSV(B)264.55º97.47%61.96%-
XYZ8.533.7532.62-
YUV40.39194.37146.98-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.26%
GREEN value IS 4 (1.95% from 255) = 1.75%
BLUE value IS 158 (62.11% from 255) = 69.00%
R=29.26%
G=1.75%
B=69.00%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal6741580.580.9700.38264.5595.0631.76
Hex4349E3A610261095f20
Octal10342367214104641113740
Binary100001110010011110111010110000101001101000010011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43049E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43049E; }

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

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

<style>
 a { background-color: #43049E; }

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

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

<style>
 span { border-color: #43049E; }

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

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