#450767

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

Shades of Indigo #450767

Tints of Indigo #450767

Color information

#450767 (or 0x450767) is unknown color: approx Indigo. HEX triplet: 45, 07 and 67. RGB value is (69,7,103). Sum of RGB (Red+Green+Blue) = 69+7+103=179 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.55% from 179); Green value is 7 (3.12% from 255 or 3.91% from 179); Blue value is 103 (40.62% from 255 or 57.54% from 179); Max value from RGB is 103 - color contains mainly: blue. Hex color #450767 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450767 is #BAF898. Grayscale: #242424. Windows color (decimal): -12253337 or 6752069. OLE color: 6752069.

HSL color Cylindrical-coordinate representation of color #450767: hue angle of 278.75º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #450767 is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB697103-
CMYK0.330.9300.60
HSL278.75º87.27%21.57%-
HSV(B)278.75º93.2%40.39%-
XYZ4.982.413.03-
YUV36.48165.54151.19-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.55%
GREEN value IS 7 (3.12% from 255) = 3.91%
BLUE value IS 103 (40.62% from 255) = 57.54%
R=38.55%
G=3.91%
B=57.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal6971030.330.9300.60278.7587.2721.57
Hex45767215D03C1175716
Octal10571474113507442712726
Binary1000101111110011110000110111010111100100010111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450767; }

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

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

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

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

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

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

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

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