#451377

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

Shades of Indigo #451377

Tints of Indigo #451377

Color information

#451377 (or 0x451377) is unknown color: approx Indigo. HEX triplet: 45, 13 and 77. RGB value is (69,19,119). Sum of RGB (Red+Green+Blue) = 69+19+119=207 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.33% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 119 (46.88% from 255 or 57.49% from 207); Max value from RGB is 119 - color contains mainly: blue. Hex color #451377 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #451377 is #BAEC88. Grayscale: #2D2D2D. Windows color (decimal): -12250249 or 7803717. OLE color: 7803717.

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

Color convert

RGB6919119-
CMYK0.420.8400.53
HSL270º72.46%27.06%-
HSV(B)270º84.03%46.67%-
XYZ6.023.0617.73-
YUV45.35169.56144.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.33%
GREEN value IS 19 (7.81% from 255) = 9.18%
BLUE value IS 119 (46.88% from 255) = 57.49%
R=33.33%
G=9.18%
B=57.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69191190.420.8400.5327072.4627.06
Hex4513772A5403510e481b
Octal105231675212406541611033
Binary100010110011111011110101010101000110101100001110100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451377; }

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

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

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

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

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

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

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

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