#45086C

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

Shades of Indigo #45086C

Tints of Indigo #45086C

Color information

#45086C (or 0x45086C) is unknown color: approx Indigo. HEX triplet: 45, 08 and 6C. RGB value is (69,8,108). Sum of RGB (Red+Green+Blue) = 69+8+108=185 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.30% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 108 (42.58% from 255 or 58.38% from 185); Max value from RGB is 108 - color contains mainly: blue. Hex color #45086C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45086C is #BAF793. Grayscale: #252525. Windows color (decimal): -12253076 or 7080005. OLE color: 7080005.

HSL color Cylindrical-coordinate representation of color #45086C: hue angle of 276.6º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #45086C is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB698108-
CMYK0.360.9300.58
HSL276.6º86.21%22.75%-
HSV(B)276.6º92.59%42.35%-
XYZ5.252.5214.4-
YUV37.64167.71150.37-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.30%
GREEN value IS 8 (3.52% from 255) = 4.32%
BLUE value IS 108 (42.58% from 255) = 58.38%
R=37.30%
G=4.32%
B=58.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6981080.360.9300.58276.686.2122.75
Hex4586C245D03A1155617
Octal105101544413507242512627
Binary10001011000110110010010010111010111010100010101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45086C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45086C; }

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

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

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

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

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

<style>
 span { border-color: #45086C; }

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

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