#450375

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

Shades of Indigo #450375

Tints of Indigo #450375

Color information

#450375 (or 0x450375) is unknown color: approx Indigo. HEX triplet: 45, 03 and 75. RGB value is (69,3,117). Sum of RGB (Red+Green+Blue) = 69+3+117=189 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.51% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 117 (46.09% from 255 or 61.90% from 189); Max value from RGB is 117 - color contains mainly: blue. Hex color #450375 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450375 is #BAFC8A. Grayscale: #232323. Windows color (decimal): -12254347 or 7668549. OLE color: 7668549.

HSL color Cylindrical-coordinate representation of color #450375: hue angle of 274.74º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #450375 is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB693117-
CMYK0.410.9700.54
HSL274.74º95%23.53%-
HSV(B)274.74º97.44%45.88%-
XYZ5.72.6117.03-
YUV35.73173.87151.73-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.51%
GREEN value IS 3 (1.56% from 255) = 1.59%
BLUE value IS 117 (46.09% from 255) = 61.90%
R=36.51%
G=1.59%
B=61.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6931170.410.9700.54274.749523.53
Hex4537529610361135f18
Octal10531655114106642313730
Binary100010111111010110100111000010110110100010011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450375; }

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

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

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

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

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

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

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

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