#43015E

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

Shades of Indigo #43015E

Tints of Indigo #43015E

Color information

#43015E (or 0x43015E) is unknown color: approx Indigo. HEX triplet: 43, 01 and 5E. RGB value is (67,1,94). Sum of RGB (Red+Green+Blue) = 67+1+94=162 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.36% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 94 (37.11% from 255 or 58.02% from 162); Max value from RGB is 94 - color contains mainly: blue. Hex color #43015E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43015E is #BCFEA1. Grayscale: #1F1F1F. Windows color (decimal): -12385954 or 6160707. OLE color: 6160707.

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

Color convert

RGB67194-
CMYK0.290.9900.63
HSL282.58º97.89%18.63%-
HSV(B)282.58º98.94%36.86%-
XYZ4.352.0210.75-
YUV31.34163.37153.44-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 41.36%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 94 (37.11% from 255) = 58.02%
R=41.36%
G=0.62%
B=58.02%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal671940.290.9900.63282.5897.8918.63
Hex4315E1D6303F11b6213
Octal10311363514307743314223
Binary1000011110111101110111000110111111100011011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43015E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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