#45015A

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

Shades of Indigo #45015A

Tints of Indigo #45015A

Color information

#45015A (or 0x45015A) is unknown color: approx Indigo. HEX triplet: 45, 01 and 5A. RGB value is (69,1,90). Sum of RGB (Red+Green+Blue) = 69+1+90=160 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.12% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 90 (35.55% from 255 or 56.25% from 160); Max value from RGB is 90 - color contains mainly: blue. Hex color #45015A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45015A is #BAFEA5. Grayscale: #1F1F1F. Windows color (decimal): -12254886 or 5898565. OLE color: 5898565.

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

Color convert

RGB69190-
CMYK0.230.9900.65
HSL285.84º97.8%17.84%-
HSV(B)285.84º98.89%35.29%-
XYZ4.312.039.84-
YUV31.48161.03154.76-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.12%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 90 (35.55% from 255) = 56.25%
R=43.12%
G=0.62%
B=56.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal691900.230.9900.65285.8497.817.84
Hex4515A176304111e6212
Octal105113227143010143614222
Binary10001011101101010111110001101000001100011110110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45015A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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