#450761

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

Shades of Indigo #450761

Tints of Indigo #450761

Color information

#450761 (or 0x450761) is unknown color: approx Indigo. HEX triplet: 45, 07 and 61. RGB value is (69,7,97). Sum of RGB (Red+Green+Blue) = 69+7+97=173 (22% of max value = 765). Red value is 69 (27.34% from 255 or 39.88% from 173); Green value is 7 (3.12% from 255 or 4.05% from 173); Blue value is 97 (38.28% from 255 or 56.07% from 173); Max value from RGB is 97 - color contains mainly: blue. Hex color #450761 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450761 is #BAF89E. Grayscale: #232323. Windows color (decimal): -12253343 or 6358853. OLE color: 6358853.

HSL color Cylindrical-coordinate representation of color #450761: hue angle of 281.33º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #450761 is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB69797-
CMYK0.290.9300.62
HSL281.33º86.54%20.39%-
HSV(B)281.33º92.78%38.04%-
XYZ4.692.2811.5-
YUV35.8162.54151.68-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 39.88%
GREEN value IS 7 (3.12% from 255) = 4.05%
BLUE value IS 97 (38.28% from 255) = 56.07%
R=39.88%
G=4.05%
B=56.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal697970.290.9300.62281.3386.5420.39
Hex457611D5D03E1195714
Octal10571413513507643112724
Binary100010111111000011110110111010111110100011001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450761; }

 p { color: rgb(69,7,97); }

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

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

 a { background-color: rgb(69,7,97); }

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

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

 span { border-color: rgb(69,7,97); }

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