#45147A

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

Shades of Indigo #45147A

Tints of Indigo #45147A

Color information

#45147A (or 0x45147A) is unknown color: approx Indigo. HEX triplet: 45, 14 and 7A. RGB value is (69,20,122). Sum of RGB (Red+Green+Blue) = 69+20+122=211 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.70% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 122 (48.05% from 255 or 57.82% from 211); Max value from RGB is 122 - color contains mainly: blue. Hex color #45147A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45147A is #BAEB85. Grayscale: #2D2D2D. Windows color (decimal): -12249990 or 8000581. OLE color: 8000581.

HSL color Cylindrical-coordinate representation of color #45147A: hue angle of 268.82º 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 #45147A is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6920122-
CMYK0.430.8400.52
HSL268.82º71.83%27.84%-
HSV(B)268.82º83.61%47.84%-
XYZ6.223.1718.7-
YUV46.28170.73144.21-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.70%
GREEN value IS 20 (8.20% from 255) = 9.48%
BLUE value IS 122 (48.05% from 255) = 57.82%
R=32.70%
G=9.48%
B=57.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal69201220.430.8400.52268.8271.8327.84
Hex45147A2B5403410d481c
Octal105241725312406441511034
Binary100010110100111101010101110101000110100100001101100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45147A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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