#43108D

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

Shades of Indigo #43108D

Tints of Indigo #43108D

Color information

#43108D (or 0x43108D) is unknown color: approx Indigo. HEX triplet: 43, 10 and 8D. RGB value is (67,16,141). Sum of RGB (Red+Green+Blue) = 67+16+141=224 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.91% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 141 (55.47% from 255 or 62.95% from 224); Max value from RGB is 141 - color contains mainly: blue. Hex color #43108D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #43108D is #BCEF72. Grayscale: #2D2D2D. Windows color (decimal): -12382067 or 9244739. OLE color: 9244739.

HSL color Cylindrical-coordinate representation of color #43108D: hue angle of 264.48º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #43108D is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6716141-
CMYK0.520.8900.45
HSL264.48º79.62%30.78%-
HSV(B)264.48º88.65%55.29%-
XYZ7.313.4925.49-
YUV45.5181.9143.34-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.91%
GREEN value IS 16 (6.64% from 255) = 7.14%
BLUE value IS 141 (55.47% from 255) = 62.95%
R=29.91%
G=7.14%
B=62.95%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal67161410.520.8900.45264.4879.6230.78
Hex43108D345902D108501f
Octal103202156413105541012037
Binary1000011100001000110111010010110010101101100001000101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43108D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43108D; }

 p { color: rgb(67,16,141); }

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

<style>
 a { background-color: #43108D; }

 a { background-color: rgb(67,16,141); }

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

<style>
 span { border-color: #43108D; }

 span { border-color: rgb(67,16,141); }

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