#670799

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

Shades of Indigo #670799

Tints of Indigo #670799

Color information

#670799 (or 0x670799) is unknown color: approx Indigo. HEX triplet: 67, 07 and 99. RGB value is (103,7,153). Sum of RGB (Red+Green+Blue) = 103+7+153=263 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.16% from 263); Green value is 7 (3.12% from 255 or 2.66% from 263); Blue value is 153 (60.16% from 255 or 58.17% from 263); Max value from RGB is 153 - color contains mainly: blue. Hex color #670799 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670799 is #98F866. Grayscale: #333333. Windows color (decimal): -10025063 or 10028903. OLE color: 10028903.

HSL color Cylindrical-coordinate representation of color #670799: hue angle of 279.45º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #670799 is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1037153-
CMYK0.330.9500.4
HSL279.45º91.25%31.37%-
HSV(B)279.45º95.42%60%-
XYZ11.425.3430.56-
YUV52.35184.8164.13-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 39.16%
GREEN value IS 7 (3.12% from 255) = 2.66%
BLUE value IS 153 (60.16% from 255) = 58.17%
R=39.16%
G=2.66%
B=58.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal10371530.330.9500.4279.4591.2531.37
Hex67799215F0281175b1f
Octal14772314113705042713337
Binary11001111111001100110000110111110101000100010111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670799; }

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

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

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

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

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

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

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

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