#450D75

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

Shades of Indigo #450D75

Tints of Indigo #450D75

Color information

#450D75 (or 0x450D75) is unknown color: approx Indigo. HEX triplet: 45, 0D and 75. RGB value is (69,13,117). Sum of RGB (Red+Green+Blue) = 69+13+117=199 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.67% from 199); Green value is 13 (5.47% from 255 or 6.53% from 199); Blue value is 117 (46.09% from 255 or 58.79% from 199); Max value from RGB is 117 - color contains mainly: blue. Hex color #450D75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450D75 is #BAF28A. Grayscale: #292929. Windows color (decimal): -12251787 or 7671109. OLE color: 7671109.

HSL color Cylindrical-coordinate representation of color #450D75: hue angle of 272.31º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #450D75 is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6913117-
CMYK0.410.8900.54
HSL272.31º80%25.49%-
HSV(B)272.31º88.89%45.88%-
XYZ5.812.8417.07-
YUV41.6170.55147.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.67%
GREEN value IS 13 (5.47% from 255) = 6.53%
BLUE value IS 117 (46.09% from 255) = 58.79%
R=34.67%
G=6.53%
B=58.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal69131170.410.8900.54272.318025.49
Hex45D7529590361105019
Octal105151655113106642012031
Binary10001011101111010110100110110010110110100010000101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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