#45159C

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

Shades of Indigo #45159C

Tints of Indigo #45159C

Color information

#45159C (or 0x45159C) is unknown color: approx Indigo. HEX triplet: 45, 15 and 9C. RGB value is (69,21,156). Sum of RGB (Red+Green+Blue) = 69+21+156=246 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.05% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 156 (61.33% from 255 or 63.41% from 246); Max value from RGB is 156 - color contains mainly: blue. Hex color #45159C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45159C is #BAEA63. Grayscale: #323232. Windows color (decimal): -12249700 or 10229061. OLE color: 10229061.

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

Color convert

RGB6921156-
CMYK0.560.8700.39
HSL261.33º76.27%34.71%-
HSV(B)261.33º86.54%61.18%-
XYZ8.724.231.8-
YUV50.74187.4141.02-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.05%
GREEN value IS 21 (8.59% from 255) = 8.54%
BLUE value IS 156 (61.33% from 255) = 63.41%
R=28.05%
G=8.54%
B=63.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal69211560.560.8700.39261.3376.2734.71
Hex45159C38570271054c23
Octal105252347012704740511443
Binary10001011010110011100111000101011101001111000001011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45159C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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