#43015D

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

Shades of Indigo #43015D

Tints of Indigo #43015D

Color information

#43015D (or 0x43015D) is unknown color: approx Indigo. HEX triplet: 43, 01 and 5D. RGB value is (67,1,93). Sum of RGB (Red+Green+Blue) = 67+1+93=161 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.61% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 93 (36.72% from 255 or 57.76% from 161); Max value from RGB is 93 - color contains mainly: blue. Hex color #43015D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43015D is #BCFEA2. Grayscale: #1E1E1E. Windows color (decimal): -12385955 or 6095171. OLE color: 6095171.

HSL color Cylindrical-coordinate representation of color #43015D: hue angle of 283.04º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #43015D is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB67193-
CMYK0.280.9900.64
HSL283.04º97.87%18.43%-
HSV(B)283.04º98.92%36.47%-
XYZ4.32.0110.52-
YUV31.22162.87153.52-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 41.61%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 93 (36.72% from 255) = 57.76%
R=41.61%
G=0.62%
B=57.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal671930.280.9900.64283.0497.8718.43
Hex4315D1C6304011b6212
Octal103113534143010043314222
Binary10000111101110111100110001101000000100011011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43015D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,1,93); }

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

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

 a { background-color: rgb(67,1,93); }

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

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

 span { border-color: rgb(67,1,93); }

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