#45147B

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

Shades of Indigo #45147B

Tints of Indigo #45147B

Color information

#45147B (or 0x45147B) is unknown color: approx Indigo. HEX triplet: 45, 14 and 7B. RGB value is (69,20,123). Sum of RGB (Red+Green+Blue) = 69+20+123=212 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.55% from 212); Green value is 20 (8.20% from 255 or 9.43% from 212); Blue value is 123 (48.44% from 255 or 58.02% from 212); Max value from RGB is 123 - color contains mainly: blue. Hex color #45147B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45147B is #BAEB84. Grayscale: #2E2E2E. Windows color (decimal): -12249989 or 8066117. OLE color: 8066117.

HSL color Cylindrical-coordinate representation of color #45147B: hue angle of 268.54º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #45147B is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6920123-
CMYK0.440.8400.52
HSL268.54º72.03%28.04%-
HSV(B)268.54º83.74%48.24%-
XYZ6.283.219.02-
YUV46.39171.23144.12-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.55%
GREEN value IS 20 (8.20% from 255) = 9.43%
BLUE value IS 123 (48.44% from 255) = 58.02%
R=32.55%
G=9.43%
B=58.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal69201230.440.8400.52268.5472.0328.04
Hex45147B2C5403410d481c
Octal105241735412406441511034
Binary100010110100111101110110010101000110100100001101100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45147B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,20,123); }

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

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

 a { background-color: rgb(69,20,123); }

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

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

 span { border-color: rgb(69,20,123); }

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