#43025E

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

Shades of Indigo #43025E

Tints of Indigo #43025E

Color information

#43025E (or 0x43025E) is unknown color: approx Indigo. HEX triplet: 43, 02 and 5E. RGB value is (67,2,94). Sum of RGB (Red+Green+Blue) = 67+2+94=163 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.10% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 94 (37.11% from 255 or 57.67% from 163); Max value from RGB is 94 - color contains mainly: blue. Hex color #43025E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43025E is #BCFDA1. Grayscale: #1F1F1F. Windows color (decimal): -12385698 or 6160963. OLE color: 6160963.

HSL color Cylindrical-coordinate representation of color #43025E: hue angle of 282.39º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #43025E is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB67294-
CMYK0.290.9800.63
HSL282.39º95.83%18.82%-
HSV(B)282.39º97.87%36.86%-
XYZ4.362.0410.75-
YUV31.92163.03153.02-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 41.10%
GREEN value IS 2 (1.17% from 255) = 1.23%
BLUE value IS 94 (37.11% from 255) = 57.67%
R=41.10%
G=1.23%
B=57.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal672940.290.9800.63282.3995.8318.82
Hex4325E1D6203F11a6013
Octal10321363514207743214023
Binary10000111010111101110111000100111111100011010110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43025E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,2,94); }

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

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

 a { background-color: rgb(67,2,94); }

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

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

 span { border-color: rgb(67,2,94); }

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