#450D6C

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

Shades of Indigo #450D6C

Tints of Indigo #450D6C

Color information

#450D6C (or 0x450D6C) is unknown color: approx Indigo. HEX triplet: 45, 0D and 6C. RGB value is (69,13,108). Sum of RGB (Red+Green+Blue) = 69+13+108=190 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.32% from 190); Green value is 13 (5.47% from 255 or 6.84% from 190); Blue value is 108 (42.58% from 255 or 56.84% from 190); Max value from RGB is 108 - color contains mainly: blue. Hex color #450D6C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450D6C is #BAF293. Grayscale: #282828. Windows color (decimal): -12251796 or 7081285. OLE color: 7081285.

HSL color Cylindrical-coordinate representation of color #450D6C: hue angle of 275.37º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #450D6C is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6913108-
CMYK0.360.8800.58
HSL275.37º78.51%23.73%-
HSV(B)275.37º87.96%42.35%-
XYZ5.32.6414.42-
YUV40.57166.05148.28-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.32%
GREEN value IS 13 (5.47% from 255) = 6.84%
BLUE value IS 108 (42.58% from 255) = 56.84%
R=36.32%
G=6.84%
B=56.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal69131080.360.8800.58275.3778.5123.73
Hex45D6C245803A1134f18
Octal105151544413007242311730
Binary10001011101110110010010010110000111010100010011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450D6C; }

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

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

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

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

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

<style>
 span { border-color: #450D6C; }

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

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