#45015C

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

Shades of Indigo #45015C

Tints of Indigo #45015C

Color information

#45015C (or 0x45015C) is unknown color: approx Indigo. HEX triplet: 45, 01 and 5C. RGB value is (69,1,92). Sum of RGB (Red+Green+Blue) = 69+1+92=162 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.59% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 92 (36.33% from 255 or 56.79% from 162); Max value from RGB is 92 - color contains mainly: blue. Hex color #45015C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45015C is #BAFEA3. Grayscale: #1F1F1F. Windows color (decimal): -12254884 or 6029637. OLE color: 6029637.

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

Color convert

RGB69192-
CMYK0.250.9900.64
HSL284.84º97.85%18.24%-
HSV(B)284.84º98.91%36.08%-
XYZ4.42.0610.29-
YUV31.71162.03154.6-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.59%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 92 (36.33% from 255) = 56.79%
R=42.59%
G=0.62%
B=56.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal691920.250.9900.64284.8497.8518.24
Hex4515C196304011d6212
Octal105113431143010043514222
Binary10001011101110011001110001101000000100011101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45015C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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