#450377

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

Shades of Indigo #450377

Tints of Indigo #450377

Color information

#450377 (or 0x450377) is unknown color: approx Indigo. HEX triplet: 45, 03 and 77. RGB value is (69,3,119). Sum of RGB (Red+Green+Blue) = 69+3+119=191 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.13% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 119 (46.88% from 255 or 62.30% from 191); Max value from RGB is 119 - color contains mainly: blue. Hex color #450377 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450377 is #BAFC88. Grayscale: #232323. Windows color (decimal): -12254345 or 7799621. OLE color: 7799621.

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

Color convert

RGB693119-
CMYK0.420.9700.53
HSL274.14º95.08%23.92%-
HSV(B)274.14º97.48%46.67%-
XYZ5.822.6617.66-
YUV35.96174.87151.57-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.13%
GREEN value IS 3 (1.56% from 255) = 1.57%
BLUE value IS 119 (46.88% from 255) = 62.30%
R=36.13%
G=1.57%
B=62.30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6931190.420.9700.53274.1495.0823.92
Hex453772A610351125f18
Octal10531675214106542213730
Binary100010111111011110101011000010110101100010010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450377; }

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

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

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

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

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

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

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

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