#45159E

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

Shades of Indigo #45159E

Tints of Indigo #45159E

Color information

#45159E (or 0x45159E) is unknown color: approx Indigo. HEX triplet: 45, 15 and 9E. RGB value is (69,21,158). Sum of RGB (Red+Green+Blue) = 69+21+158=248 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.82% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 158 (62.11% from 255 or 63.71% from 248); Max value from RGB is 158 - color contains mainly: blue. Hex color #45159E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45159E is #BAEA61. Grayscale: #323232. Windows color (decimal): -12249698 or 10360133. OLE color: 10360133.

HSL color Cylindrical-coordinate representation of color #45159E: hue angle of 261.02º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #45159E is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6921158-
CMYK0.560.8700.38
HSL261.02º76.54%35.1%-
HSV(B)261.02º86.71%61.96%-
XYZ8.894.2732.7-
YUV50.97188.4140.86-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.82%
GREEN value IS 21 (8.59% from 255) = 8.47%
BLUE value IS 158 (62.11% from 255) = 63.71%
R=27.82%
G=8.47%
B=63.71%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal69211580.560.8700.38261.0276.5435.1
Hex45159E38570261054d23
Octal105252367012704640511543
Binary10001011010110011110111000101011101001101000001011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45159E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,21,158); }

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

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

 a { background-color: rgb(69,21,158); }

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

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

 span { border-color: rgb(69,21,158); }

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