#45106a

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

Shades of Indigo #45106A

Tints of Indigo #45106A

Color information

#45106A (or 0x45106A) is unknown color: approx Indigo. HEX triplet: 45, 10 and 6A. RGB value is (69,16,106). Sum of RGB (Red+Green+Blue) = 69+16+106=191 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.13% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 106 (41.80% from 255 or 55.50% from 191); Max value from RGB is 106 - color contains mainly: blue. Hex color #45106A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45106A is #BAEF95. Grayscale: #292929. Windows color (decimal): -12251030 or 6950981. OLE color: 6950981.

HSL color Cylindrical-coordinate representation of color #45106A: hue angle of 275.33º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #45106A is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6916106-
CMYK0.350.8500.58
HSL275.33º73.77%23.92%-
HSV(B)275.33º84.91%41.57%-
XYZ5.242.6813.88-
YUV42.11164.06147.18-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.13%
GREEN value IS 16 (6.64% from 255) = 8.38%
BLUE value IS 106 (41.80% from 255) = 55.50%
R=36.13%
G=8.38%
B=55.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal69161060.350.8500.58275.3373.7723.92
Hex45106A235503A1134a18
Octal105201524312507242311230
Binary100010110000110101010001110101010111010100010011100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45106a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45106a; }

 p { color: rgb(69,16,106); }

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

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

 a { background-color: rgb(69,16,106); }

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

<style>
 span { border-color: #45106a; }

 span { border-color: rgb(69,16,106); }

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