#45015B

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

Shades of Indigo #45015B

Tints of Indigo #45015B

Color information

#45015B (or 0x45015B) is unknown color: approx Indigo. HEX triplet: 45, 01 and 5B. RGB value is (69,1,91). Sum of RGB (Red+Green+Blue) = 69+1+91=161 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.86% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 91 (35.94% from 255 or 56.52% from 161); Max value from RGB is 91 - color contains mainly: blue. Hex color #45015B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45015B is #BAFEA4. Grayscale: #1F1F1F. Windows color (decimal): -12254885 or 5964101. OLE color: 5964101.

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

Color convert

RGB69191-
CMYK0.240.9900.64
HSL285.33º97.83%18.04%-
HSV(B)285.33º98.9%35.69%-
XYZ4.352.0410.06-
YUV31.59161.53154.68-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.86%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 91 (35.94% from 255) = 56.52%
R=42.86%
G=0.62%
B=56.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal691910.240.9900.64285.3397.8318.04
Hex4515B186304011d6212
Octal105113330143010043514222
Binary10001011101101111000110001101000000100011101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45015B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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