#45015E

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

Shades of Indigo #45015E

Tints of Indigo #45015E

Color information

#45015E (or 0x45015E) is unknown color: approx Indigo. HEX triplet: 45, 01 and 5E. RGB value is (69,1,94). Sum of RGB (Red+Green+Blue) = 69+1+94=164 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.07% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 94 (37.11% from 255 or 57.32% from 164); Max value from RGB is 94 - color contains mainly: blue. Hex color #45015E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45015E is #BAFEA1. Grayscale: #1F1F1F. Windows color (decimal): -12254882 or 6160709. OLE color: 6160709.

HSL color Cylindrical-coordinate representation of color #45015E: hue angle of 283.87º 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 #45015E is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB69194-
CMYK0.270.9900.63
HSL283.87º97.89%18.63%-
HSV(B)283.87º98.94%36.86%-
XYZ4.492.110.76-
YUV31.93163.03154.44-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.07%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 94 (37.11% from 255) = 57.32%
R=42.07%
G=0.61%
B=57.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal691940.270.9900.63283.8797.8918.63
Hex4515E1B6303F11c6213
Octal10511363314307743414223
Binary1000101110111101101111000110111111100011100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45015E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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