#45005E

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

Shades of Indigo #45005E

Tints of Indigo #45005E

Color information

#45005E (or 0x45005E) is unknown color: approx Indigo. HEX triplet: 45, 00 and 5E. RGB value is (69,0,94). Sum of RGB (Red+Green+Blue) = 69+0+94=163 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.33% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 94 (37.11% from 255 or 57.67% from 163); Max value from RGB is 94 - color contains mainly: blue. Hex color #45005E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45005E is #BAFFA1. Grayscale: #1F1F1F. Windows color (decimal): -12255138 or 6160453. OLE color: 6160453.

HSL color Cylindrical-coordinate representation of color #45005E: hue angle of 284.04º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #45005E is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB69094-
CMYK0.27100.63
HSL284.04º100%18.43%-
HSV(B)284.04º100%36.86%-
XYZ4.472.0710.75-
YUV31.35163.36154.86-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 94 (37.11% from 255) = 57.67%
R=42.33%
G=0%
B=57.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal690940.27100.63284.0410018.43
Hex4505E1B6403F11c6412
Octal10501363314407743414422
Binary1000101010111101101111001000111111100011100110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45005E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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