#43015A

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

Shades of Indigo #43015A

Tints of Indigo #43015A

Color information

#43015A (or 0x43015A) is unknown color: approx Indigo. HEX triplet: 43, 01 and 5A. RGB value is (67,1,90). Sum of RGB (Red+Green+Blue) = 67+1+90=158 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.41% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 90 (35.55% from 255 or 56.96% from 158); Max value from RGB is 90 - color contains mainly: blue. Hex color #43015A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43015A is #BCFEA5. Grayscale: #1E1E1E. Windows color (decimal): -12385958 or 5898563. OLE color: 5898563.

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

Color convert

RGB67190-
CMYK0.260.9900.65
HSL284.49º97.8%17.84%-
HSV(B)284.49º98.89%35.29%-
XYZ4.171.959.83-
YUV30.88161.37153.76-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 42.41%
GREEN value IS 1 (0.78% from 255) = 0.63%
BLUE value IS 90 (35.55% from 255) = 56.96%
R=42.41%
G=0.63%
B=56.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal671900.260.9900.65284.4997.817.84
Hex4315A1A6304111c6212
Octal103113232143010143414222
Binary10000111101101011010110001101000001100011100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43015A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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