#45088B

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

Shades of Indigo #45088B

Tints of Indigo #45088B

Color information

#45088B (or 0x45088B) is unknown color: approx Indigo. HEX triplet: 45, 08 and 8B. RGB value is (69,8,139). Sum of RGB (Red+Green+Blue) = 69+8+139=216 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.94% from 216); Green value is 8 (3.52% from 255 or 3.70% from 216); Blue value is 139 (54.69% from 255 or 64.35% from 216); Max value from RGB is 139 - color contains mainly: blue. Hex color #45088B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45088B is #BAF774. Grayscale: #282828. Windows color (decimal): -12253045 or 9111621. OLE color: 9111621.

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

Color convert

RGB698139-
CMYK0.500.9400.45
HSL267.94º89.12%28.82%-
HSV(B)267.94º94.24%54.51%-
XYZ7.23.324.68-
YUV41.17183.21147.85-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.94%
GREEN value IS 8 (3.52% from 255) = 3.70%
BLUE value IS 139 (54.69% from 255) = 64.35%
R=31.94%
G=3.70%
B=64.35%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6981390.500.9400.45267.9489.1228.82
Hex4588B325E02D10c591d
Octal105102136213605541413135
Binary100010110001000101111001010111100101101100001100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45088B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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