#45138B

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

Shades of Indigo #45138B

Tints of Indigo #45138B

Color information

#45138B (or 0x45138B) is unknown color: approx Indigo. HEX triplet: 45, 13 and 8B. RGB value is (69,19,139). Sum of RGB (Red+Green+Blue) = 69+19+139=227 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.40% from 227); Green value is 19 (7.81% from 255 or 8.37% from 227); Blue value is 139 (54.69% from 255 or 61.23% from 227); Max value from RGB is 139 - color contains mainly: blue. Hex color #45138B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45138B is #BAEC74. Grayscale: #2F2F2F. Windows color (decimal): -12250229 or 9114437. OLE color: 9114437.

HSL color Cylindrical-coordinate representation of color #45138B: hue angle of 265º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #45138B is Cyan = 0.50, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6919139-
CMYK0.500.8600.45
HSL265º75.95%30.98%-
HSV(B)265º86.33%54.51%-
XYZ7.353.624.73-
YUV47.63179.56143.24-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.40%
GREEN value IS 19 (7.81% from 255) = 8.37%
BLUE value IS 139 (54.69% from 255) = 61.23%
R=30.40%
G=8.37%
B=61.23%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal69191390.500.8600.4526575.9530.98
Hex45138B325602D1094c1f
Octal105232136212605541111437
Binary1000101100111000101111001010101100101101100001001100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45138B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,19,139); }

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

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

 a { background-color: rgb(69,19,139); }

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

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

 span { border-color: rgb(69,19,139); }

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