#43025B

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

Shades of Indigo #43025B

Tints of Indigo #43025B

Color information

#43025B (or 0x43025B) is unknown color: approx Indigo. HEX triplet: 43, 02 and 5B. RGB value is (67,2,91). Sum of RGB (Red+Green+Blue) = 67+2+91=160 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.88% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 91 (35.94% from 255 or 56.88% from 160); Max value from RGB is 91 - color contains mainly: blue. Hex color #43025B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43025B is #BCFDA4. Grayscale: #1F1F1F. Windows color (decimal): -12385701 or 5964355. OLE color: 5964355.

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

Color convert

RGB67291-
CMYK0.260.9800.64
HSL283.82º95.7%18.24%-
HSV(B)283.82º97.8%35.69%-
XYZ4.221.9910.06-
YUV31.58161.53153.26-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 41.88%
GREEN value IS 2 (1.17% from 255) = 1.25%
BLUE value IS 91 (35.94% from 255) = 56.88%
R=41.88%
G=1.25%
B=56.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal672910.260.9800.64283.8295.718.24
Hex4325B1A6204011c6012
Octal103213332142010043414022
Binary100001110101101111010110001001000000100011100110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43025B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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